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

Updates for GHC 9.5

parent a9d94c65
Branches float
No related tags found
3 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl
...@@ -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,
......
...@@ -262,7 +262,9 @@ ...@@ -262,7 +262,9 @@
></span ></span
> <a href="#" title="Instances" > <a href="#" title="Instances"
>Foo</a >Foo</a
> []</span > <a href="#" title="GHC.List"
>List</a
></span
> <a href="#" class="selflink" > <a href="#" class="selflink"
>#</a >#</a
></td ></td
...@@ -900,7 +902,9 @@ ...@@ -900,7 +902,9 @@
></span ></span
> <a href="#" title="Instances" > <a href="#" title="Instances"
>Bar</a >Bar</a
> [] (a, a)</span > <a href="#" title="GHC.List"
>List</a
> (a, a)</span
> <a href="#" class="selflink" > <a href="#" class="selflink"
>#</a >#</a
></td ></td
......
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