-
Notifications
You must be signed in to change notification settings - Fork 111
Fix eta-reduction issues for GHC 9.0; add CI and cabal support for GHC 9.0.2 #557
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
Fix eta-reduction issues for GHC 9.0; add CI and cabal support for GHC 9.0.2 #557
Conversation
5bb450e to
523522e
Compare
|
Is there something wrong with GitHub Actions in this repo? |
|
@tomjaguarpaw, yes, I noticed too -- I am travelling today and I might not be able to look into it until tomorrow. |
|
@tomjaguarpaw, it's like they are all staying in queue forever. Unsure why though. |
where there is simplified subsumption
523522e to
aed9736
Compare
|
This is a textbook example of how to handle simplified subsumption compatibility issues. Thank you @tomjaguarpaw, and @HuwCampbell for the review. 👍 |
|
Thanks very much! Would you be able to make a release including this change in the 1.6 series so that I can make |
|
(In fact I think |
|
@tomjaguarpaw, yes, that’s the plan. @BowTiedRadone works in #559 which will help. In the meantime we can release early this week. Hope it helps. Thank you! |
@tomjaguarpaw, we never used the patch version. Wouldn’t 1.6.1 work? |
|
Thanks, yes |
where there is simplified subsumption
Fixes #555