[commit: unix] master: Relax base dep (0223d86)
Ian Lynagh
igloo at earth.li
Fri Jul 8 15:28:15 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0223d86351610c1569dffbd23c5e176746ff6ed0
>---------------------------------------------------------------
commit 0223d86351610c1569dffbd23c5e176746ff6ed0
Author: Ian Lynagh <igloo at earth.li>
Date: Thu Jul 7 23:07:19 2011 +0100
Relax base dep
>---------------------------------------------------------------
unix.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/unix.cabal b/unix.cabal
index 01daef3..a6f95e4 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -47,7 +47,7 @@ Library
System.Posix.Signals.Exts
System.Posix.Semaphore
System.Posix.SharedMem
- build-depends: base >= 4.2 && < 4.4
+ build-depends: base >= 4.2 && < 4.5
extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
if impl(ghc >= 7.1)
extensions: NondecreasingIndentation
More information about the Cvs-libraries
mailing list