-
Notifications
You must be signed in to change notification settings - Fork 49
Support aeson-2.0 #121
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
Support aeson-2.0 #121
Conversation
Does this need to be backward compatible? |
This PR fixes the issue for me 👍 |
Was about to merge+publish this, but between this one and #122 , which one should we use? |
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.
Hardly any difference. Maybe takes my code (including the cabal file refinement), but merge in the stack-related changes?
Or is the .cabal file autogenerated in thus repo? (Haven't worked with package.yaml yet) In that case my change is a bit futile, is it? |
I'm jumping in to make some changes to an old project and hitting this issue. Any idea when this might be released? How can I help? |
Working on merging this, thanks for being patient with the long delays 😅 |
Thanks for this, I've opened a PR with this PR's contents in order to add some CICD checks too. #124. Closing this one in order to merge the other one |
Just so you know 1.4.2 has been published with Aeson 2.0 support |
fixes #120.
Following the advice in haskell/aeson#881 (comment).
It compiles, did not do any more checks.