diff options
author | Simon Marlow <marlowsd@gmail.com> | 2018-05-10 17:39:53 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2018-05-10 17:39:53 +0100 |
commit | 87e169a30dae11444a90b4d37c3d30e57b9c275b (patch) | |
tree | c307b10d0d4169a8e0ab76788f321c14a1bab964 /ghc/ghc-bin.cabal.in | |
parent | e5bb515e651e33fadc90c016c28553f2e9d8a956 (diff) | |
download | haskell-87e169a30dae11444a90b4d37c3d30e57b9c275b.tar.gz |
Revert "Add -fghci-leak-check to check for space leaks"
This reverts commit 5fe6aaa3756cda654374ebfd883fa8f064ff64a4.
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 6c12941630..12812ef07c 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -61,7 +61,6 @@ Executable ghc CPP-Options: -DGHCI GHC-Options: -fno-warn-name-shadowing Other-Modules: - GHCi.Leak GHCi.UI GHCi.UI.Info GHCi.UI.Monad |