Support GHC 9.6
chshersh opened this issue · 5 comments
The GHC 9.6.1 was released recently and it makes sense to support compilation of iris
with the new version of the Haskell compiler.
Steps needed to be done:
-
Increase
base
upper bound iniris.cabal
Lines 29 to 30 in e9b6c25
-
Update the
tested-with
field
Lines 19 to 23 in e9b6c25
-
Add new warnings
Lines 55 to 56 in e9b6c25
-
Fix all compilation errors and warnings if any
-
Update CI pipelines
Refer to the following blog post for guidance around CI:
Lines 20 to 24 in e9b6c25
I'd like to tackle this one 😊
@celsobonutti Sure, go for it 👍🏻
This depends on colourista supporting 9.6, so I’ve created a PR there.
Once that’s merged, I’ll do the work for this issue.
@celsobonutti Thanks for the heads-up!
I replaced colourista
with pretty-terminal
in #118, so iris
shouldn't be blocked anymore. Feel free to continue the GHC 9.6. support in this repository 🙂
Oki doki! Thank you!