Skip to content

Releases: obsidiansystems/aeson-gadt-th

v0.2.5.4

18 Jan 23:52

Choose a tag to compare

What's Changed

Full Changelog: v0.2.5.3...v0.2.5.4

v0.2.5.3

14 Jan 01:21

Choose a tag to compare

What's Changed

Full Changelog: v0.2.5.2...v0.2.5.3

v0.2.5.2

28 May 20:40
0cbfbee

Choose a tag to compare

What's Changed

Full Changelog: v0.2.5.1...v0.2.5.2

v0.2.5.1

04 Jan 23:47

Choose a tag to compare

  • 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

19 Nov 03:29

Choose a tag to compare

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.4

22 Oct 01:24

Choose a tag to compare

v0.2.4

v0.2.2

16 Dec 15:18
b8bebee

Choose a tag to compare

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

10 Oct 17:43
050f8ef

Choose a tag to compare

v0.2

28 Mar 21:01

Choose a tag to compare

Merge branch 'carymrobbins-options' into develop

* carymrobbins-options:
  Add changelog
  Improve error reporting
  Support customizing TH via options
  Add basic test suite