[commit: ghc] master: Remove dead code. (fba693f)
git at git.haskell.org
git at git.haskell.org
Fri Aug 23 12:41:48 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fba693f937ee940b9f04fc6e8faf359063c3decb/ghc
>---------------------------------------------------------------
commit fba693f937ee940b9f04fc6e8faf359063c3decb
Author: Austin Seipp <aseipp at pobox.com>
Date: Thu Aug 22 18:10:41 2013 -0500
Remove dead code.
GHC >= 7.4 is needed to bootstrap.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
fba693f937ee940b9f04fc6e8faf359063c3decb
ghc/ghc-bin.cabal.in | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 36fc9d4..4841cb9 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
More information about the ghc-commits
mailing list