aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-04-29 15:12:55 -0400
committerBen Gamari <ben@smart-cactus.org>2022-04-29 15:12:55 -0400
commitcf46ed78046a03ef1a159b7d0b373b59d8e69042 (patch)
treea9e8563abc195f9d2f25639a30a88ca5d6b696c0
parent1db58e4c38bcd0de990f1c31bad2282f2a2597d4 (diff)
Bump base upper bound
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 37cd5a42..088209fc 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -66,7 +66,7 @@ executable haddock
-- haddock typically only supports a single GHC major version
build-depends:
- base ^>= 4.13.0.0 || ^>= 4.14.0.0 || ^>= 4.15.0.0 || ^>= 4.16.0.0
+ base ^>= 4.13.0.0 || ^>= 4.14.0.0 || ^>= 4.15.0.0 || ^>= 4.16.0.0 || ^>= 4.17.0.0
if flag(in-ghc-tree)
hs-source-dirs: haddock-api/src, haddock-library/src