[commit: haskeline] master: Relax base dependency (a118610)
Ian Lynagh
igloo at earth.li
Fri Jul 8 15:26:28 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a118610f7fd1bb59fbb1cb3206b891dc6b59441d
>---------------------------------------------------------------
commit a118610f7fd1bb59fbb1cb3206b891dc6b59441d
Author: Ian Lynagh <igloo at earth.li>
Date: Thu Jul 7 18:51:56 2011 +0000
Relax base dependency
>---------------------------------------------------------------
haskeline.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/haskeline.cabal b/haskeline.cabal
index 59c606c..dffb893 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -50,7 +50,7 @@ Library
}
else {
if impl(ghc>=6.11) {
- Build-depends: base >=4.1 && < 4.4, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2,
+ Build-depends: base >=4.1 && < 4.5, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2,
bytestring==0.9.*
}
else {
More information about the Cvs-libraries
mailing list