chshersh / iris

๐ŸŒˆ Haskell CLI Framework supporting Command Line Interface Guidelines
https://hackage.haskell.org/package/iris
Mozilla Public License 2.0
173 stars 21 forks source link

Support GHC 9.6 #116

Closed chshersh closed 1 year ago

chshersh commented 1 year ago

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:

celsobonutti commented 1 year ago

I'd like to tackle this one ๐Ÿ˜Š

chshersh commented 1 year ago

@celsobonutti Sure, go for it ๐Ÿ‘๐Ÿป

celsobonutti commented 1 year ago

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.

chshersh commented 1 year ago

@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 ๐Ÿ™‚

celsobonutti commented 1 year ago

Oki doki! Thank you!