From 990e26cf076478d06f7c31e409723b43a8bfe685 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Wed, 21 Oct 2020 21:22:43 -0400 Subject: [PATCH] v0.2.4 --- ChangeLog.md | 2 +- aeson-gadt-th.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 481bcf5..90b7392 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Revision history for aeson-gadt-th -## 0.2.3 +## 0.2.4 * Support for GHC 8.8 diff --git a/aeson-gadt-th.cabal b/aeson-gadt-th.cabal index a368394..f41cf58 100644 --- a/aeson-gadt-th.cabal +++ b/aeson-gadt-th.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: aeson-gadt-th -version: 0.2.3 +version: 0.2.4 synopsis: Derivation of Aeson instances for GADTs category: JSON description: Template Haskell for generating ToJSON and FromJSON instances for GADTs. See for examples.