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

Updates for GHC 9.5

parent a9d94c65
No related branches found
No related tags found
No related merge requests found
...@@ -123,8 +123,8 @@ binaryInterfaceMagic = 0xD0Cface ...@@ -123,8 +123,8 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion] -- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
-- --
binaryInterfaceVersion :: Word16 binaryInterfaceVersion :: Word16
#if MIN_VERSION_ghc(9,4,0) && !MIN_VERSION_ghc(9,5,0) #if MIN_VERSION_ghc(9,5,0) && !MIN_VERSION_ghc(9,6,0)
binaryInterfaceVersion = 41 binaryInterfaceVersion = 42
binaryInterfaceVersionCompatibility :: [Word16] binaryInterfaceVersionCompatibility :: [Word16]
binaryInterfaceVersionCompatibility = [binaryInterfaceVersion] binaryInterfaceVersionCompatibility = [binaryInterfaceVersion]
......
...@@ -83,7 +83,7 @@ executable haddock ...@@ -83,7 +83,7 @@ executable haddock
xhtml >= 3000.2 && < 3000.3, xhtml >= 3000.2 && < 3000.3,
ghc-boot, ghc-boot,
ghc-boot-th, ghc-boot-th,
ghc == 9.4.*, ghc == 9.5.*,
bytestring, bytestring,
parsec, parsec,
text, 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