Skip to content
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

Upgrade to GHC 9.10 #17

Merged
merged 3 commits into from
May 19, 2024
Merged

Upgrade to GHC 9.10 #17

merged 3 commits into from
May 19, 2024

Conversation

@tfausak
Copy link
Owner Author

tfausak commented May 19, 2024

The HLint warning is interesting. It's complaining about f $ g $ h x (should be f . g $ h x) on this line:

https://github.com/tfausak/imp/blob/16c9354d87552697cbcd25d6d7a424bbc66c5fa0/source/library/Imp.hs#L92

I didn't get that warning in the Imp repository because I don't have the dollar group enabled there. But even if I did, I can't act on the suggestion because ($) is special in ways that (.) isn't.

@tfausak tfausak merged commit 60f9925 into main May 19, 2024
8 checks passed
@tfausak tfausak deleted the 2024-05-19-ghc-9.10 branch May 19, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant