Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 504d4c1

Browse files
committed
Bump GHC version to 9.11
1 parent 9d70a0c commit 504d4c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haddock-api/src/Haddock/InterfaceFile.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ binaryInterfaceMagic = 0xD0Cface
125125
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
126126
--
127127
binaryInterfaceVersion :: Word16
128-
#if MIN_VERSION_ghc(9,9,0) && !MIN_VERSION_ghc(9,11,0)
128+
#if MIN_VERSION_ghc(9,9,0) && !MIN_VERSION_ghc(9,12,0)
129129
binaryInterfaceVersion = 44
130130

131131
binaryInterfaceVersionCompatibility :: [Word16]

haddock.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ executable haddock
8383
xhtml >= 3000.2 && < 3000.3,
8484
ghc-boot,
8585
ghc-boot-th,
86-
ghc == 9.10.*,
86+
ghc == 9.11.*,
8787
bytestring,
8888
parsec,
8989
text,

0 commit comments

Comments
 (0)