[commit: ghc] master: Remove fglasgow-exts from ghci --help (93a04b4)

git at git.haskell.org git at git.haskell.org
Mon Sep 23 13:44:50 CEST 2013


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

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

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

commit 93a04b49326a03dd3154e619a3c5564d50768727
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date:   Mon Sep 23 13:43:47 2013 +0200

    Remove fglasgow-exts from ghci --help
    
    It has been deprecated for long and already removed from ghc --help


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

93a04b49326a03dd3154e619a3c5564d50768727
 driver/ghci-usage.txt |    2 --
 1 file changed, 2 deletions(-)

diff --git a/driver/ghci-usage.txt b/driver/ghci-usage.txt
index ffcd2dd..d9628b2 100644
--- a/driver/ghci-usage.txt
+++ b/driver/ghci-usage.txt
@@ -12,8 +12,6 @@ include:
 In addition, ghci accepts most of the command-line options that plain
 GHC does.  Some of the options that are commonly used are:
 
-    -fglasgow-exts  Allow Glasgow extensions (unboxed types, etc.)
-
     -i<dir>         Search for imported modules in the directory <dir>.
 
     -H32m	    Increase GHC's default heap size to 32m




More information about the ghc-commits mailing list