aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2012-06-19 22:53:55 +0100
committerGravatar Ian Lynagh <igloo@earth.li>2012-06-19 22:53:55 +0100
commitc40e53920db444da3a6641ec3caa906268ed6bf5 (patch)
treea64f4c1fee1e0e17464174631438fdaebcbb82b6 /unix.cabal
parent389820b2bcdc32be728e05fd98b69382f9c55721 (diff)
Follow changes in base
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 5a28c19..59fe0ad 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.6,
+ build-depends: base >= 4.2 && < 4.7,
bytestring >= 0.9.2.0 && < 0.11
extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
if impl(ghc >= 7.1)