aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix.cabal
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2012-02-22 19:11:04 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2012-02-22 19:11:04 +0000
commitd1e86fe8f40e1ceddc2c2ff4b397a93aa32b90eb (patch)
treeececce3540ebd03761dee0b0c6b011abbb1c76f6 /unix.cabal
parent7259fcd6a69ab188041efd28626b5ea474f4e8a6 (diff)
Update dependencies
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 7f6052e..5a28c19 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -78,7 +78,7 @@ Library
System.Posix.Terminal.Common
build-depends: base >= 4.2 && < 4.6,
- bytestring >= 0.9.2.0 && < 0.10
+ bytestring >= 0.9.2.0 && < 0.11
extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
if impl(ghc >= 7.1)
extensions: NondecreasingIndentation