diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-17 20:04:27 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-17 20:04:27 +0000 |
commit | ead16e49c357aa5b50c4793f37b485e895ae18b0 (patch) | |
tree | 52245dcb920445de44ffb97350f465d1f8c23218 /ghc | |
parent | 81d7d5586e88caa9798d4c401bd28acc73e4e6e1 (diff) | |
download | haskell-ead16e49c357aa5b50c4793f37b485e895ae18b0.tar.gz |
Add NondecreasingIndentation extension to ghc-bin
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
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 |