aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-12-12 06:35:07 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-12-12 06:35:07 +0000
commitcb8921ec1d6bc1b10833536457a9e25bad278a52 (patch)
treeebb5ce7e2c4beb3065d395515c9178e55121e8df /haddock.cabal
parent906ac8d0b1d243ea8a7b6b0d2fa1316e9303d31c (diff)
Bump ‘base’ constraint
Follows the similar commit made on ghc-head branch
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 7bd2dfb5..c1d7fdb2 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -45,7 +45,7 @@ executable haddock
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2
build-depends:
- base >= 4.3 && < 4.8
+ base >= 4.3 && < 4.9
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