aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-11-15 14:36:56 -0500
committerBen Gamari <ben@smart-cactus.org>2016-11-15 17:42:48 -0500
commit2bd3429c40419100478545db6a8b2080786ca26d (patch)
tree971a62d4a5e0cafc28d762531b84c1d555246f6e /haddock.cabal
parenta5a51f99f42c7ee5e3bb4aeddf601b5f20a88134 (diff)
Bump upper bound on base
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 8a3bb9ff..7103a459 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -43,7 +43,7 @@ executable haddock
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2 -threaded
build-depends:
- base >= 4.3 && < 4.10
+ base >= 4.3 && < 4.11
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