aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2011-01-17 19:24:30 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2011-01-17 19:24:30 +0000
commitc45f4f7535dae8680e999a75d70b14b9f940dbd2 (patch)
treeac7d9864e62989f05b71bce7f20caa62ae29829a /unix.cabal
parentdd0178b4803924d8326224362611caad2d69e0e4 (diff)
Add NondecreasingIndentation to the list of extensions
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix.cabal b/unix.cabal
index 24b91fb..cc33587 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -48,7 +48,9 @@ Library
System.Posix.Semaphore
System.Posix.SharedMem
build-depends: base >= 4.2 && < 4.4
- extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
+ extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
+ if impl(ghc >= 7.1)
+ extensions: NondecreasingIndentation
include-dirs: include
includes: HsUnix.h execvpe.h
install-includes: