-
Notifications
You must be signed in to change notification settings - Fork 37
Support for aeson-2.0 #12
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
Hi @23Skidoo, can you please merge this simple PR? Some other packages depend on this library. To upgrade Aeson to 2.0 in other packages, this package should be changed first. Thanks! |
I'd also like to see this merged. @tibbe any chance? |
ekg-json.cabal
Outdated
aeson >= 2.0 && < 2.1, | ||
base >= 4.6 && < 4.17, |
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.
aeson >= 2.0 && < 2.1, | |
base >= 4.6 && < 4.17, | |
aeson >= 2.0 && < 2.2, | |
base >= 4.6 && < 4.18, |
(Support for GHC 9.4 and stackage nightly that supports 9.4, which uses aeson-2.1.2.1)
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.
Done
No description provided.