Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/18d07a6d53dc2aa3cf2aa4e7b13349805c878187

>---------------------------------------------------------------

commit 18d07a6d53dc2aa3cf2aa4e7b13349805c878187
Author: Ian Lynagh <[email protected]>
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,



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to