Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/647894c3bf28da59515a59abfd5dd2efff48936e >--------------------------------------------------------------- commit 647894c3bf28da59515a59abfd5dd2efff48936e Author: Ian Lynagh <[email protected]> Date: Mon Dec 12 21:38:49 2011 +0000 Update dependencies >--------------------------------------------------------------- haskeline.cabal | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haskeline.cabal b/haskeline.cabal index 3313c2b..233e4b6 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
