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