aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
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)