aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-07-28 13:06:53 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-28 15:23:36 -0400
commit28b6b667a4f6cfb79d84ce48b6e4a1dd4592cc21 (patch)
tree1595a3d396dc87d15f09acde998ff2ca548f9105 /haddock.cabal
parent22b42eab6ec6b3b321b6d54041b7b3a6e54af3c9 (diff)
Bump GHC version to 9.0
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 52113bd1..45acf494 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -33,7 +33,7 @@ bug-reports: https://github.com/haskell/haddock/issues
copyright: (c) Simon Marlow, David Waern
category: Documentation
build-type: Simple
-tested-with: GHC==8.12.*, GHC==8.10.*, GHC==8.8.1
+tested-with: GHC==9.0.*, GHC==8.10.*
extra-source-files:
CHANGES.md
@@ -80,7 +80,7 @@ executable haddock
Cabal >= 1.10,
ghc-boot,
ghc-boot-th,
- ghc == 8.11.*,
+ ghc == 9.0.*,
bytestring,
parsec,
text,