thsutton / aeson-diff

Generate and apply diffs between JSON documents.
BSD 2-Clause "Simplified" License
39 stars 21 forks source link

Library does not build with aeson > 2 #60

Open jgm opened 3 years ago

jgm commented 3 years ago

This library needs updating in light of the API changes in aeson 2.0.1.0. See https://github.com/haskell/aeson/issues/881 for a migration guide.

chris-martin commented 2 years ago

Revisions to existing releases on Hackage to add an upper bound would be appreciated.

ysangkok commented 2 years ago

@chris-martin I have performed the revisions as requested.

To anyone interested in Aeson 2 compatibility, I'd ask you to review my PR #63! I was thinking that I'd release it when it is reviewed, as Thomas has granted me maintainership. please test the released version and report bugs on https://github.com/ysangkok/aeson-diff.