packages feed

aeson-gadt-th 0.2.2 → 0.2.3

raw patch · 2 files changed

+5/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for aeson-gadt-th +## 0.2.3++* Support for GHC 8.8+ ## 0.2.2  * Do a better job determining which variables are rigid when looking for instances
aeson-gadt-th.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: aeson-gadt-th-version: 0.2.2+version: 0.2.3 synopsis: Derivation of Aeson instances for GADTs category: JSON description: Template Haskell for generating ToJSON and FromJSON instances for GADTs. See <https://github.com/obsidiansystems/aeson-gadt-th/blob/master/README.md README.md> for examples.