haskell / primitive

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

Test GHC 9.2 in CI #352

Closed konsumlamm closed 2 years ago

konsumlamm commented 2 years ago

Explicitly test 9.2 and update actions & tested-with.

andrewthad commented 2 years ago

The cabal file mentions 9.2.2, but that release is dated. GHC 9.2.4 just came out this last week, and GHC 9.2.3 has been out a while. But, it looks like 9.2.2 is what Circle CI uses. Oh well. I'll merge once the checks finish.

konsumlamm commented 2 years ago

The cabal file mentions 9.2.2, but that release is dated. GHC 9.2.4 just came out this last week, and GHC 9.2.3 has been out a while. But, it looks like 9.2.2 is what Circle CI uses. Oh well. I'll merge once the checks finish.

Yeah, the reason i wrote 9.2.2 is that this is the version that's actually tested.