[commit: ghc] master: Remove glasgow-exts from :help (a15ece4)
git at git.haskell.org
git
Wed Oct 2 11:28:38 UTC 2013
Repository : ssh://git at git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a15ece4eb480556505d5c1a6dcf4ce045f5debea/ghc
>---------------------------------------------------------------
commit a15ece4eb480556505d5c1a6dcf4ce045f5debea
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Tue Oct 1 15:58:07 2013 +0200
Remove glasgow-exts from :help
It's deprecated
>---------------------------------------------------------------
a15ece4eb480556505d5c1a6dcf4ce045f5debea
ghc/InteractiveUI.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index 9b9f319..389b99e 100644
--- a/ghc/InteractiveUI.hs
+++ b/ghc/InteractiveUI.hs
@@ -303,7 +303,7 @@ defFullHelpText =
" +s print timing/memory stats after each evaluation\n" ++
" +t print type after evaluation\n" ++
" -<flags> most GHC command line flags can also be set here\n" ++
- " (eg. -v2, -fglasgow-exts, etc.)\n" ++
+ " (eg. -v2, -XFlexibleInstances, etc.)\n" ++
" for GHCi-specific flags, see User's Guide,\n"++
" Flag reference, Interactive-mode options\n" ++
"\n" ++
More information about the ghc-commits
mailing list