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

Aeson 2 compatibility and fixed doctests #63

Closed
wants to merge 2 commits into from

Conversation

ysangkok
Copy link

@ysangkok ysangkok commented Feb 22, 2022

Fixes #60.

Tested using

cabal test --constraint='aeson>=2' -w ghc-9.0.2

I opted to only support Aeson 2 since Aeson 1 users can just use existing releases. The code would have been ugly with many ifdefs if compatibility were to be retained.

@ysangkok ysangkok force-pushed the aeson-2-and-doctest branch from 69f91c5 to 5c425f0 Compare February 22, 2022 20:43
@ysangkok ysangkok closed this Feb 27, 2022
@ysangkok ysangkok deleted the aeson-2-and-doctest branch February 27, 2022 20:45
@ysangkok
Copy link
Author

Merged with minor changes and released.

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.

Library does not build with aeson > 2
1 participant