Skip to content
Snippets Groups Projects
Commit 362afd63 authored by Zubin's avatar Zubin
Browse files

haddock: Allow building with GHC 9.12

Also bump `binaryInterfaceVersion` to 45 to detect binary version changes.
parent 4c76f75c
No related branches found
No related tags found
No related merge requests found
......@@ -139,8 +139,8 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
--
binaryInterfaceVersion :: Word16
#if MIN_VERSION_ghc(9,9,0) && !MIN_VERSION_ghc(9,12,0)
binaryInterfaceVersion = 44
#if MIN_VERSION_ghc(9,12,0) && !MIN_VERSION_ghc(9,13,0)
binaryInterfaceVersion = 45
binaryInterfaceVersionCompatibility :: [Word16]
binaryInterfaceVersionCompatibility = [binaryInterfaceVersion]
......
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