Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a118610f7fd1bb59fbb1cb3206b891dc6b59441d >--------------------------------------------------------------- commit a118610f7fd1bb59fbb1cb3206b891dc6b59441d Author: Ian Lynagh <[email protected]> Date: Thu Jul 7 18:51:56 2011 +0000 Relax base dependency >--------------------------------------------------------------- haskeline.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/haskeline.cabal b/haskeline.cabal index 59c606c..dffb893 100644 --- a/haskeline.cabal +++ b/haskeline.cabal @@ -50,7 +50,7 @@ Library } else { if impl(ghc>=6.11) { - Build-depends: base >=4.1 && < 4.4, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2, + Build-depends: base >=4.1 && < 4.5, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2, bytestring==0.9.* } else { _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
