Third attempt at 7.6.3-fix

This commit is contained in:
Andrew Gibiansky 2015-03-04 19:08:44 -08:00
parent d851a6e121
commit b364daa73d

View File

@ -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