aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-21 13:07:34 -0400
committerBen Gamari <ben@smart-cactus.org>2021-03-22 17:53:44 -0400
commitc1bb76d6cdf87bcfd1c5d57f0c06268d1ff73952 (patch)
tree1f1bd9577e35898b8b04afa4aaddb320b3da1bfc /haddock.cabal
parent3eb51fa32aaefe80bf2b6731dae2a2b26aba9e74 (diff)
Bump GHC version to 9.2
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..215ed0ce 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.2.*,
bytestring,
parsec,
text,