-
-
Notifications
You must be signed in to change notification settings - Fork 22
[#84] Add support for GHC 9.4.2 #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Workflow execution sample on my fork: https://github.com/german1608/iris/actions/runs/3202513553 |
chshersh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for improving this! I'm glad to see that not many code or dependency changes were required 🙂
Only a few things left to improve and it's good to go 🚢
chshersh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect 🔝
Resolves #84
Adds support for GHC 9.4.2. Additionally, the
colouristapackage declaration was updated so for cabal installs it uses the new hackage version (0.1.0.2) which supports 9.2.4, and also has a convenient base bound. Forstack, I couldn't find a stackage for it, so I just pinned the commit from kowainik/colourista@c7b0681I also added Cabal 3.8 and GHC 9.4.2 to the build matrix for the cabal job. Let me know if we can just replace the existing cabal 3.6 with 3.8, or if it's okay to use both.
Additional tasks