Repository : ssh://g...@git.haskell.org/ghc

On branch  : master
Link       : 
http://ghc.haskell.org/trac/ghc/changeset/ff07927eeda0b55f03798d29d52c5e89f6ad9753/ghc

>---------------------------------------------------------------

commit ff07927eeda0b55f03798d29d52c5e89f6ad9753
Author: Simon Peyton Jones <simo...@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

_______________________________________________
ghc-commits mailing list
ghc-commits@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to