aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-10-31 11:01:45 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2015-12-14 15:46:34 +0000
commitaf8fff4ee14e7e9fc8c6cedc96c57bd12b34c23c (patch)
tree76308cc5a5cfe5f4010fc2f0a49f5ded3f053111 /haddock.cabal
parent3e6b341a7bc2331a1646760f20f2451932d725d6 (diff)
Relax upper bound on `base` to allow base-4.9
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 6b5a8044..55af3c05 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