aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-09-21 15:01:10 +0000
committerIan Lynagh <igloo@earth.li>2010-09-21 15:01:10 +0000
commit444cc7c6c260c1c52b0e3d5ac0cf2d787b453d61 (patch)
tree43b0e69f24e5cf4c1fff6710096f9f92564969a4 /haddock.cabal
parente3d5abbc06d83b06d1e205636d6dc18f91c81b1c (diff)
Bump GHC dep upper bound
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 863f2011..446e2030 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -82,7 +82,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.5,
- ghc >= 6.12 && < 6.16
+ ghc >= 6.12 && < 7.1
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
@@ -142,7 +142,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.5,
- ghc >= 6.12 && < 6.14
+ ghc >= 6.12 && < 7.1
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE