Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6ee5fc8ccdee410486a826cadfb2a0a560d60506 >--------------------------------------------------------------- commit 6ee5fc8ccdee410486a826cadfb2a0a560d60506 Author: Judah Jacobson <[email protected]> Date: Sat Dec 1 06:19:28 2012 +0000 Allow building with base-4.7. Patch from Ian Lynagh. >--------------------------------------------------------------- haskeline.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/haskeline.cabal b/haskeline.cabal index aa5a093..2665ae8 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.3, + Build-depends: base >=4.1 && < 4.8, 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
