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

On branches: development,ghc-7.2

http://hackage.haskell.org/trac/ghc/changeset/754413bb131a8cf4bda3b9bd959d44d2b347c1cc

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

commit 754413bb131a8cf4bda3b9bd959d44d2b347c1cc
Author: David Waern <[email protected]>
Date:   Tue Oct 4 00:18:17 2011 +0200

    Requre ghc >= 7.2

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

 haddock.cabal |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/haddock.cabal b/haddock.cabal
index 519301f..ff0fa9a 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -87,7 +87,7 @@ executable haddock
     array,
     xhtml >= 3000.2 && < 3000.3,
     Cabal >= 1.10,
-    ghc >= 7.0 && < 7.4
+    ghc >= 7.2 && < 7.4
 
   if flag(in-ghc-tree)
     cpp-options: -DIN_GHC_TREE
@@ -147,7 +147,7 @@ library
     array,
     xhtml >= 3000.2 && < 3000.3,
     Cabal >= 1.10,
-    ghc >= 7.0 && < 7.4
+    ghc >= 7.2 && < 7.4
 
   if flag(in-ghc-tree)
     cpp-options: -DIN_GHC_TREE



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

Reply via email to