diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-01 19:18:53 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-01 19:18:53 +0100 |
commit | ff07927eeda0b55f03798d29d52c5e89f6ad9753 (patch) | |
tree | 602b3c0dfcd107be3d3b4f91dd0d127dfb9317f6 /ghc | |
parent | 63f2eee8908e26779c73365ef3c58ade2b73fb6a (diff) | |
download | haskell-ff07927eeda0b55f03798d29d52c5e89f6ad9753.tar.gz |
Wibble (change of flag name)
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/InteractiveUI.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs index 4715474623..9b9f319750 100644 --- a/ghc/InteractiveUI.hs +++ b/ghc/InteractiveUI.hs @@ -1983,7 +1983,7 @@ showDynFlags show_all dflags = do (ghciFlags,others) = partition (\(_, f, _) -> f `elem` flgs) DynFlags.fFlags flgs = [ Opt_PrintExplicitForalls - , Opt_PrintKindArgs + , Opt_PrintExplicitKinds , Opt_PrintBindResult , Opt_BreakOnException , Opt_BreakOnError |