aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-10 12:47:06 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-10 12:47:06 -0500
commit70f4b3a03a47b38ee301f0da9c72d5a7ff0ed9b0 (patch)
treedb52938764eba927300ad2416ea368e5ca24ff02 /haddock.cabal
parentb34ca2554a3440f092f585bb7fc1e9d4b2ca8616 (diff)
Bump to GHC 8.10
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal
index d8b6f448..0ed722f4 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.12.0.0 || ^>= 4.13.0.0
+ base ^>= 4.13.0.0
if flag(in-ghc-tree)
hs-source-dirs: haddock-api/src, haddock-library/src
@@ -80,7 +79,7 @@ executable haddock
Cabal >= 1.10,
ghc-boot,
ghc-boot-th,
- ghc == 8.9.*,
+ ghc == 8.10.*,
bytestring,
parsec,
text,