summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-01-17 20:04:27 +0000
committerIan Lynagh <igloo@earth.li>2011-01-17 20:04:27 +0000
commitead16e49c357aa5b50c4793f37b485e895ae18b0 (patch)
tree52245dcb920445de44ffb97350f465d1f8c23218 /ghc
parent81d7d5586e88caa9798d4c401bd28acc73e4e6e1 (diff)
downloadhaskell-ead16e49c357aa5b50c4793f37b485e895ae18b0.tar.gz
Add NondecreasingIndentation extension to ghc-bin
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc-bin.cabal.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index a9d150be23..a0915b3c56 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -47,4 +47,6 @@ Executable ghc
MagicHash
Extensions: CPP, PatternGuards
+ if impl(ghc >= 7.1)
+ Extensions: NondecreasingIndentation