diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-08-22 18:10:41 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-08-22 18:10:44 -0500 |
commit | fba693f937ee940b9f04fc6e8faf359063c3decb (patch) | |
tree | 0a5e2c7579e13d92144164b176c810b90dec888e /ghc/ghc-bin.cabal.in | |
parent | 15616e75870623e7d4ebb1a657cbcb0f3216dff6 (diff) | |
download | haskell-fba693f937ee940b9f04fc6e8faf359063c3decb.tar.gz |
Remove dead code.
GHC >= 7.4 is needed to bootstrap.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 36fc9d4e71..4841cb9232 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -50,7 +50,4 @@ Executable ghc FlexibleInstances, MagicHash - Extensions: CPP, PatternGuards - if impl(ghc >= 7.1) - Extensions: NondecreasingIndentation - + Extensions: CPP, PatternGuards, NondecreasingIndentation |