From d1e86fe8f40e1ceddc2c2ff4b397a93aa32b90eb Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Wed, 22 Feb 2012 19:11:04 +0000
Subject: [PATCH] Update dependencies
---
unix.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
GitLab