[commit: haddock] master: Relax base dep (18d07a6)
Ian Lynagh
igloo at earth.li
Fri Jul 8 15:24:39 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/haddock
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/18d07a6d53dc2aa3cf2aa4e7b13349805c878187
>---------------------------------------------------------------
commit 18d07a6d53dc2aa3cf2aa4e7b13349805c878187
Author: Ian Lynagh <igloo at earth.li>
Date: Thu Jul 7 23:06:28 2011 +0100
Relax base dep
>---------------------------------------------------------------
haddock.cabal | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/haddock.cabal b/haddock.cabal
index 37bb77c..de11e7f 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -75,7 +75,7 @@ flag test
executable haddock
default-language: Haskell2010
build-depends:
- base == 4.3.*,
+ base >= 4.3 && < 4.5,
filepath,
directory,
pretty,
@@ -135,7 +135,7 @@ executable haddock
library
default-language: Haskell2010
build-depends:
- base == 4.3.*,
+ base >= 4.3 && < 4.5,
filepath,
directory,
pretty,
More information about the Cvs-ghc
mailing list