From a37eb41cff093672afa1d60b43ac27110b82a8f5 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 28 Nov 2009 13:56:54 +0000 Subject: Require at least GHC 6.12 While regression testing Haddock, I found a bug that happens with GHC 6.10.3, but not with GHC 6.12-rc2 (haven't tried 6.10.4). I don't have time to track it down. I think we should just always require the latest major GHC version. The time spent on making Haddock work with older versions is too high compared to the time spent on bugfixing, refactoring and features. --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haddock.cabal b/haddock.cabal index 131d6203..a382eddc 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -72,7 +72,7 @@ executable haddock containers, array, Cabal >= 1.5, - ghc >= 6.10 && < 6.14 + ghc >= 6.12 && < 6.14 if flag(in-ghc-tree) cpp-options: -DIN_GHC_TREE -- cgit v1.2.3