aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-16 18:36:27 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-16 20:40:37 -0500
commitd84d5a572b7ddaf471eccb39da620807ef3591da (patch)
tree5d327caa1d483a26c691da151dd0ec0901d23124 /haddock.cabal
parent141eb4c8c9e81f7a32da9b28dee528ad51f76b93 (diff)
Drop support for base 4.13
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 62bae206..0d3e9d9f 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -64,8 +64,7 @@ executable haddock
-- haddock typically only supports a single GHC major version
build-depends:
- -- FIXME: drop 4.12.0.0 once GHC HEAD updates to 4.13.0.0
- base ^>= 4.13.0.0 || ^>= 4.14.0.0
+ base ^>= 4.14.0.0
if flag(in-ghc-tree)
hs-source-dirs: haddock-api/src, haddock-library/src