aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2020-09-18 14:05:15 +0300
committerVladislav Zavialov <vlad.z.4096@gmail.com>2020-09-18 14:05:15 +0300
commit64229b808ca3a434e86a044aa8fa12649e63be28 (patch)
tree56e5f74a3b5f53b235dea5ad483bf567afc61c21 /haddock.cabal
parent2a15172bde75ec151a52fef586d1e362d478aae8 (diff)
Bump base upper bound to 4.16
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 9f5bcecf..424a255b 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -64,7 +64,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
+ base ^>= 4.13.0.0 || ^>= 4.14.0.0 || ^>= 4.15.0.0 || ^>= 4.16.0.0
if flag(in-ghc-tree)
hs-source-dirs: haddock-api/src, haddock-library/src