aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-21 13:07:34 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2021-04-10 09:34:35 -0400
commitdabdee145c8da12aff4eebce7847f2af1a2ddc17 (patch)
tree5ae34152a28115ae0540469fcb993b70815f6026 /haddock.cabal
parenteebc74dc08987fdd9b1c289be38207af9b0334c0 (diff)
Bump GHC version to 9.3
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 1993ead1..65e1aa6b 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -81,7 +81,7 @@ executable haddock
xhtml >= 3000.2 && < 3000.3,
ghc-boot,
ghc-boot-th,
- ghc == 9.1.*,
+ ghc == 9.3.*,
bytestring,
parsec,
text,