aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-10-31 11:01:45 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-10-31 11:01:45 +0100
commit987b5062482e20a032fb6358e655265b0b7a3cd2 (patch)
tree4e4e8690bf1867f3a9e828c0b56874868f832777 /haddock.cabal
parent174f23631a0a8de7dc0f3cd67c393a5ca88c4a2b (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 3b6002f1..56e62e60 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.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