aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index aba0c394..294e1526 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -47,7 +47,7 @@ executable haddock
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded
build-depends:
- base >= 4.3 && < 4.9
+ base >= 4.3 && < 4.10
if flag(in-ghc-tree)
hs-source-dirs: haddock-api/src, haddock-library/vendor/attoparsec-0.12.1.1, haddock-library/src
cpp-options: -DIN_GHC_TREE
@@ -59,7 +59,8 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.9 && < 7.12,
+ ghc-boot,
+ ghc >= 7.11 && < 7.13,
bytestring,
transformers