From 25b4d2d2de53a4390f17b10f7c2fc1723d3fa4b7 Mon Sep 17 00:00:00 2001 From: David Waern Date: Fri, 14 Aug 2009 22:03:20 +0000 Subject: Do not version .haddock file based on GHC patchlevel version We require that the instances of Binary that we use from GHC will not change between patchlevel versions. --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haddock.cabal') diff --git a/haddock.cabal b/haddock.cabal index 0a43c4ca..92eb0256 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -73,7 +73,7 @@ executable haddock containers, array, Cabal >= 1.5, - ghc (>= 6.10.1 && <= 6.10.4) || 6.11.* + ghc == 6.10.* || == 6.11.* if flag(in-ghc-tree) cpp-options: -DIN_GHC_TREE -- cgit v1.2.3