Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/ca0646c8c7131da78fa3ba5e5409d37444b042c2 >--------------------------------------------------------------- commit ca0646c8c7131da78fa3ba5e5409d37444b042c2 Author: Simon Hengel <[email protected]> Date: Thu Oct 11 12:41:58 2012 +0200 Require ghc 7.6 >--------------------------------------------------------------- haddock.cabal | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haddock.cabal b/haddock.cabal index 37b8acb..3df153a 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -71,7 +71,7 @@ executable haddock array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc >= 7.4 && < 7.8 + ghc == 7.6.* other-modules: Documentation.Haddock Haddock @@ -121,7 +121,7 @@ library array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc >= 7.4 && < 7.8 + ghc == 7.6.* if flag(in-ghc-tree) cpp-options: -DIN_GHC_TREE _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
