aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-23 18:06:58 +0000
committerIan Lynagh <igloo@earth.li>2008-09-23 18:06:58 +0000
commit75b743d80618a173056d3ca308843b9eb4683b82 (patch)
tree11b5e2a99d573b3f157084fc7195d667c6ca16e4
parent54713fd0368e2e85aa389899d4bf3346492343e7 (diff)
Increase the GHC upper bound from 6.11 to 6.13
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 86d24fbd..7029c733 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -66,7 +66,7 @@ executable haddock
build-depends:
base,
haskell98,
- ghc >= 6.8.2 && < 6.11,
+ ghc >= 6.8.2 && < 6.13,
filepath,
directory,
pretty,