Add NondecreasingIndentation to the list of extensions in the ghc package
authorIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 19:04:04 +0000 (19:04 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 19:04:04 +0000 (19:04 +0000)
compiler/ghc.cabal.in

index 0711a93..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