[commit: ghc] master: Wibble (change of flag name) (ff07927)
git at git.haskell.org
git
Tue Oct 1 18:21:21 UTC 2013
Repository : ssh://git at git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ff07927eeda0b55f03798d29d52c5e89f6ad9753/ghc
>---------------------------------------------------------------
commit ff07927eeda0b55f03798d29d52c5e89f6ad9753
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Oct 1 19:18:53 2013 +0100
Wibble (change of flag name)
>---------------------------------------------------------------
ff07927eeda0b55f03798d29d52c5e89f6ad9753
ghc/InteractiveUI.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index 4715474..9b9f319 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
More information about the ghc-commits
mailing list