Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cc745df86cac6a0d8a386bed3dac9c1e4d16bc98 >--------------------------------------------------------------- commit cc745df86cac6a0d8a386bed3dac9c1e4d16bc98 Author: Mark Wright <[email protected]> Date: Sat Dec 24 00:51:59 2011 +0000 build with ghc 7.4.1-rc1 >--------------------------------------------------------------- haskeline.cabal | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haskeline.cabal b/haskeline.cabal index 88eb823..5e42d0e 100644 --- a/haskeline.cabal +++ b/haskeline.cabal @@ -50,7 +50,7 @@ Library } else { if impl(ghc>=6.11) { - Build-depends: base >=4.1 && < 4.5, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2, + Build-depends: base >=4.1 && < 4.6, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2, bytestring==0.9.* } else { @@ -58,7 +58,7 @@ Library bytestring==0.9.* } } - Build-depends: filepath >= 1.1 && < 1.3, mtl >= 1.1 && < 2.1, + Build-depends: filepath >= 1.1 && < 1.4, mtl >= 1.1 && < 2.1, utf8-string==0.3.* && >=0.3.6, extensible-exceptions==0.1.* && >=0.1.1.0 Extensions: ForeignFunctionInterface, Rank2Types, FlexibleInstances, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
