aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2012-02-10 18:47:55 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2012-02-10 18:47:55 +0000
commit433b83dde1109b377b26fa230f8e3260fa020db2 (patch)
treee009c109afd8efe51470a9dc9cd0460c4eeafa9e /unix.cabal
parentb2a695f3b7e1698d35b3e2be65198882e50eb252 (diff)
Relax base dependency
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 2b8de07..7f6052e 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -77,7 +77,7 @@ Library
System.Posix.Process.Common
System.Posix.Terminal.Common
- build-depends: base >= 4.2 && < 4.5,
+ build-depends: base >= 4.2 && < 4.6,
bytestring >= 0.9.2.0 && < 0.10
extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
if impl(ghc >= 7.1)