aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-04-25 17:00:25 -0400
committerBen Gamari <ben@smart-cactus.org>2022-04-25 17:00:25 -0400
commit7921211350a572d5365e7feb5fa4cc04666318e8 (patch)
tree14b07073f4385e6624b81610b5e9795064f2fd95
parent70b83bc5fa944f17f1423c4c94a38b82bdfe1ccd (diff)
Bump ghc version to 9.5
-rw-r--r--haddock-api/src/Haddock/InterfaceFile.hs4
-rw-r--r--haddock.cabal2
2 files changed, 3 insertions, 3 deletions
diff --git a/haddock-api/src/Haddock/InterfaceFile.hs b/haddock-api/src/Haddock/InterfaceFile.hs
index 9c4308a6..aabb904a 100644
--- a/haddock-api/src/Haddock/InterfaceFile.hs
+++ b/haddock-api/src/Haddock/InterfaceFile.hs
@@ -85,8 +85,8 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
--
binaryInterfaceVersion :: Word16
-#if MIN_VERSION_ghc(9,3,0) && !MIN_VERSION_ghc(9,4,0)
-binaryInterfaceVersion = 39
+#if MIN_VERSION_ghc(9,5,0) && !MIN_VERSION_ghc(9,6,0)
+binaryInterfaceVersion = 41
binaryInterfaceVersionCompatibility :: [Word16]
binaryInterfaceVersionCompatibility = [binaryInterfaceVersion]
diff --git a/haddock.cabal b/haddock.cabal
index 0686289e..672420bd 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.3.*,
+ ghc == 9.5.*,
bytestring,
parsec,
text,