mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Third attempt at 7.6.3-fix
This commit is contained in:
parent
d851a6e121
commit
b364daa73d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user