summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-02-13 21:28:55 +0000
committerSimon Marlow <marlowsd@gmail.com>2012-02-13 21:28:55 +0000
commitd96f7a27cc91e922b50a369d7af00778756bc358 (patch)
tree75ed51d3802dbf4e66d66364022def95cac7b559
parentec2184eded032ec3305cc40c61149c4f8408ce49 (diff)
downloadhaskell-d96f7a27cc91e922b50a369d7af00778756bc358.tar.gz
disable GADTs again (causes problems with no-let-generalisation)
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 2b00da303e..800712e833 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -97,7 +97,7 @@ Library
ForeignFunctionInterface, EmptyDataDecls,
TypeSynonymInstances, MultiParamTypeClasses,
FlexibleInstances, Rank2Types, ScopedTypeVariables,
- DeriveDataTypeable, BangPatterns, GADTs
+ DeriveDataTypeable, BangPatterns
if impl(ghc >= 7.1)
Extensions: NondecreasingIndentation