Releases: obsidiansystems/aeson-gadt-th
Releases · obsidiansystems/aeson-gadt-th
v0.2.5.1
- Remove dependency on
th-extras
. We were just using a reexport (under a
different name) of something from th-abstractions
anyways.
- Support GHC 9.0
v0.2.5.0
0.2.5.0
- Support for GHC 8.10
- Support for aeson 1.5.*
- Fix #21: deriveJSONGADT requires
toJSON
and parseJSON
to be in scope
- Fix #25: Test suite does not compile (on GHC 8.10)
v0.2.2
Merge pull request #20 from obsidiansystems/cg-th-abstraction
Improve/rewrite instance generation using th-abstraction and the reifyInstancesWithRigids/skolemize trick
v0.2.1.2: Merge pull request #19 from obsidiansystems/aa-travis
Add travis CI and fix for GHC802
v0.2
Merge branch 'carymrobbins-options' into develop
* carymrobbins-options:
Add changelog
Improve error reporting
Support customizing TH via options
Add basic test suite