[commit: unix] master: Relax base dependency (433b83d)
Ian Lynagh
igloo at earth.li
Sat Feb 11 00:50:18 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/433b83dde1109b377b26fa230f8e3260fa020db2
>---------------------------------------------------------------
commit 433b83dde1109b377b26fa230f8e3260fa020db2
Author: Ian Lynagh <igloo at earth.li>
Date: Fri Feb 10 18:47:55 2012 +0000
Relax base dependency
>---------------------------------------------------------------
unix.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/unix.cabal b/unix.cabal
index 2b8de07..7f6052e 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