aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2011-07-07 23:07:19 +0100
committerGravatar Ian Lynagh <igloo@earth.li>2011-07-07 23:07:19 +0100
commit0223d86351610c1569dffbd23c5e176746ff6ed0 (patch)
treea448a52f425ee32e5f0623489a04a29025f3df75 /unix.cabal
parentcbea29ea200405b95d841fe48e5e252a35d169af (diff)
Relax base dep
Diffstat (limited to 'unix.cabal')
-rw-r--r--unix.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.cabal b/unix.cabal
index 01daef3..a6f95e4 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -47,7 +47,7 @@ Library
System.Posix.Signals.Exts
System.Posix.Semaphore
System.Posix.SharedMem
- build-depends: base >= 4.2 && < 4.4
+ build-depends: base >= 4.2 && < 4.5
extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
if impl(ghc >= 7.1)
extensions: NondecreasingIndentation