Skip to content
Snippets Groups Projects
Commit 96838d24 authored by Austin Seipp's avatar Austin Seipp
Browse files

Update CPP check for __GLASGOW_HASKELL__

parent 7c905816
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
--
binaryInterfaceVersion :: Word16
#if __GLASGOW_HASKELL__ == 707
#if __GLASGOW_HASKELL__ == 709
binaryInterfaceVersion = 24
binaryInterfaceVersionCompatibility :: [Word16]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment