aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-27 20:41:55 +0000
committerIan Lynagh <igloo@earth.li>2008-08-27 20:41:55 +0000
commit2d80f85846a72a46a3640ac3d8041006c384cad8 (patch)
tree266c0e614fb58c09fde4ff7da84b7d3a1a3c8fb1 /haddock.cabal
parent3f3fe08e87db0ae829a4447896f50fae25e175c3 (diff)
Increase the upper bound on the GHC version number
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 3464ea76..d626f3cd 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -66,7 +66,7 @@ executable haddock
build-depends:
base,
haskell98,
- ghc >= 6.8.2 && <= 6.9,
+ ghc >= 6.8.2 && < 6.11,
filepath,
directory,
pretty,