[commit: unix] ghc-7.4: Update dependencies (8817e5b)
Ian Lynagh
igloo at earth.li
Tue Dec 13 00:29:53 CET 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix
On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/8817e5b0fc5ab215f4c0f516acb0fbef84ce3b03
>---------------------------------------------------------------
commit 8817e5b0fc5ab215f4c0f516acb0fbef84ce3b03
Author: Ian Lynagh <igloo at earth.li>
Date: Mon Dec 12 21:39:01 2011 +0000
Update dependencies
>---------------------------------------------------------------
unix.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/unix.cabal b/unix.cabal
index 86e1004..4dc50bb 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)
More information about the Cvs-libraries
mailing list