Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/f4040ab5831866c260e03fc8601edf7e1ed77049 >--------------------------------------------------------------- commit f4040ab5831866c260e03fc8601edf7e1ed77049 Author: Judah Jacobson <[email protected]> Date: Tue Aug 14 15:34:28 2012 +0000 Bump build-depends to allow directory-1.2. Patch from Paolo Capriotti. >--------------------------------------------------------------- haskeline.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/haskeline.cabal b/haskeline.cabal index de3b411..1127de6 100644 --- a/haskeline.cabal +++ b/haskeline.cabal @@ -51,7 +51,7 @@ flag legacy-encoding Library if impl(ghc>=6.11) { - Build-depends: base >=4.1 && < 4.7, containers>=0.1 && < 0.6, directory>=1.0 && < 1.2, + Build-depends: base >=4.1 && < 4.7, containers>=0.1 && < 0.6, directory>=1.0 && < 1.3, bytestring>=0.9 && < 0.11 } else { _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
