hasura / kriti-lang

A minimal JSON templating language
Apache License 2.0
56 stars 9 forks source link

Support aeson-2 #28

Closed awjchen closed 2 years ago

awjchen commented 2 years ago

This PR adds backwards-compatible support for aeson-2 via CPP.

The test suite passes on GHC 8.10.7 with both aeson <1.6 and aeson >=2 && < 2.1.

solomon-b commented 2 years ago

Thanks @awjchen. Looks great