aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-08-14 22:03:20 +0000
committerDavid Waern <david.waern@gmail.com>2009-08-14 22:03:20 +0000
commit25b4d2d2de53a4390f17b10f7c2fc1723d3fa4b7 (patch)
tree250212f4ec971c32b76543d9988081c4f0a7e112 /haddock.cabal
parent0b2007a1e55f7603dc4ee23b810f19ffe7e0b9cd (diff)
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.
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
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