diff options
-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 |