Commit b364daa7 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Third attempt at 7.6.3-fix

parent d851a6e1
......@@ -121,8 +121,13 @@ pprDynFlags show_all dflags =
(ghciFlags,others) = partition (\f -> flagSpecFlag f `elem` flgs)
DynFlags.fFlags
flgs = [ Opt_PrintExplicitForalls
flgs = [
#if MIN_VERSION_ghc(7,8,0)
Opt_PrintExplicitForalls
, Opt_PrintExplicitKinds
#else
Opt_PrintExplicitKinds
#endif
, Opt_PrintBindResult
, Opt_BreakOnException
, Opt_BreakOnError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment