diff options
author | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-09-23 13:43:47 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-09-23 13:43:47 +0200 |
commit | 93a04b49326a03dd3154e619a3c5564d50768727 (patch) | |
tree | 57f126b6c567a280ffdce50201d4ad09bfd40bc1 /driver | |
parent | 1908195261ccf16b0f3d2e77ebd5cd40c9e29cbc (diff) | |
download | haskell-93a04b49326a03dd3154e619a3c5564d50768727.tar.gz |
Remove fglasgow-exts from ghci --help
It has been deprecated for long and already removed from ghc --help
Diffstat (limited to 'driver')
-rw-r--r-- | driver/ghci-usage.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/driver/ghci-usage.txt b/driver/ghci-usage.txt index ffcd2ddc5a..d9628b2c41 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 |