chshersh/iris

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:

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!