-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cleanups in preparation of GHC 9.8 #612
Conversation
5aff2f6
to
53bccde
Compare
ab1ae8e
to
5268c77
Compare
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.
Wow, nice, thanks! LGTM -- did you check the warning about
Module ‘Data.Aeson’ does not export ‘json’
@msooseth Yeah, older aeson versions export |
I was hoping to update nixpkgs further as well but currently z3 is broken: NixOS/nixpkgs#327052 |
Ahhhh okay, that makes sense regarding the |
I'm hoping that should be merged soon. :-) |
Description
This PR does a few cleanups to reduce the number of warnings/errors when compiling with GHC 9.8
Checklist