-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add support for aeson 2.2 #61
Conversation
Please release a new version once this PR has been merged. This is blocking the update to Aeson 2.2 in the Arch repositories |
Looks like this needs stack.yaml updates to pass CI. |
Necessary for CI to pass
@snoyberg I've added attoparsec-aeson to stack.yaml |
The fails are due to authenticate-oauth. GHC 9.6 provides |
base64-bytestring needs version 1.2.1.0 to build with GHC 9.6.2, since that version supports bytestring 0.11.4 shipped with GHC 9.6.2
Updated |
Thank you! |
The 'json' functionality has been moved to
attoparsec-aeson
, into the module Data.Aeson.Parser with aeson 2.2