diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-02-13 21:28:55 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-02-13 21:28:55 +0000 |
commit | d96f7a27cc91e922b50a369d7af00778756bc358 (patch) | |
tree | 75ed51d3802dbf4e66d66364022def95cac7b559 | |
parent | ec2184eded032ec3305cc40c61149c4f8408ce49 (diff) | |
download | haskell-d96f7a27cc91e922b50a369d7af00778756bc358.tar.gz |
disable GADTs again (causes problems with no-let-generalisation)
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
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 |