Add NondecreasingIndentation to the list of extensions in the ghc package
[ghc-hetmet.git] / compiler / ghc.cabal.in
index a7f5242..01db24a 100644 (file)
@@ -99,6 +99,8 @@ Library
                 TypeSynonymInstances, MultiParamTypeClasses,
                 FlexibleInstances, Rank2Types, ScopedTypeVariables,
                 DeriveDataTypeable
+    if impl(ghc >= 7.1)
+        Extensions: NondecreasingIndentation
 
     Include-Dirs: . parser utils
 
@@ -152,6 +154,7 @@ Library
         DataCon
         Demand
         Exception
+        GhcMonad
         Id
         IdInfo
         Literal