aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-16 18:35:58 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-16 18:35:58 -0500
commit141eb4c8c9e81f7a32da9b28dee528ad51f76b93 (patch)
tree7e8410c39c1b73e8507b96e23d4f02bbb838d3cb
parent46c288ea42c50302d708fa7a2495f3544aafac35 (diff)
Bump ghc version to 8.11
-rw-r--r--haddock-api/haddock-api.cabal2
-rw-r--r--haddock.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index cd71be28..5eb69345 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -44,7 +44,7 @@ library
-- this package typically supports only single major versions
build-depends: base ^>= 4.13.0
, Cabal ^>= 2.4.0
- , ghc ^>= 8.10
+ , ghc ^>= 8.11
, ghc-paths ^>= 0.1.0.9
, haddock-library ^>= 1.8.0
, xhtml ^>= 3000.2.2
diff --git a/haddock.cabal b/haddock.cabal
index d119619d..62bae206 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -80,7 +80,7 @@ executable haddock
Cabal >= 1.10,
ghc-boot,
ghc-boot-th,
- ghc == 8.10.*,
+ ghc == 8.11.*,
bytestring,
parsec,
text,