[commit: haskeline] ghc-7.6: Bump build-depends to allow directory-1.2. (f4040ab)

Paolo Capriotti p.capriotti at gmail.com
Tue Aug 14 18:45:41 CEST 2012


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 <judah.jacobson at gmail.com>
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 {





More information about the Cvs-libraries mailing list