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 <[email protected]> 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 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
