haskell / primitive

This package provides various primitive memory-related operations.
Other
114 stars 58 forks source link

Support GHC 9.4 #338

Closed Bodigrim closed 2 years ago

Bodigrim commented 2 years ago

See https://gitlab.haskell.org/ghc/ghc/-/commit/20956e5784fe43781d156dd7ab02f0bff4ab41fb and https://gitlab.haskell.org/ghc/ghc/-/commit/3570eda512d157a38da391b6f1d57dfbab72dd09

Cf. https://gitlab.haskell.org/ghc/head.hackage/-/blob/master/patches/primitive-0.7.3.0.patch

chessai commented 2 years ago

9.4 job got stuck, restarting it

chessai commented 2 years ago

On mobile and can't restart it for some reason, just cancel. Can someone (maybe @andrewthad or @Bodigrim) restart it?

andrewthad commented 2 years ago

GH litters the diff with CI warnings. Is the actual change just that one line telling newer versions of GHC to use the Word64# and Int64# types?

Bodigrim commented 2 years ago

@andrewthad correct, it's one-line change.