Add NondecreasingIndentation extension to ghc-bin
authorIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 20:04:27 +0000 (20:04 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 20:04:27 +0000 (20:04 +0000)
ghc/ghc-bin.cabal.in

index a9d150b..a0915b3 100644 (file)
@@ -47,4 +47,6 @@ Executable ghc
                     MagicHash
 
     Extensions: CPP, PatternGuards
+    if impl(ghc >= 7.1)
+        Extensions: NondecreasingIndentation