Skip to content
Snippets Groups Projects
Commit 21d5e959 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Bump GHC version to 9.9

parent 498dbf9f
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
--
binaryInterfaceVersion :: Word16
#if MIN_VERSION_ghc(9,7,0) && !MIN_VERSION_ghc(9,9,0)
#if MIN_VERSION_ghc(9,9,0) && !MIN_VERSION_ghc(9,11,0)
binaryInterfaceVersion = 44
binaryInterfaceVersionCompatibility :: [Word16]
......
......@@ -83,7 +83,7 @@ executable haddock
xhtml >= 3000.2 && < 3000.3,
ghc-boot,
ghc-boot-th,
ghc == 9.8.*,
ghc == 9.9.*,
bytestring,
parsec,
text,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment