Skip to content

Commit

Permalink
v 0.2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Nov 19, 2020
1 parent 6de0f3c commit 48eef7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for aeson-gadt-th

## 0.2.5
## 0.2.5.0

* Support for GHC 8.10
* Support for aeson 1.5.*
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aeson-gadt-th
=============
[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/aeson-gadt-th.svg)](https://hackage.haskell.org/package/aeson-gadt-th) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/aeson-gadt-th/badge)](https://matrix.hackage.haskell.org/#/package/aeson-gadt-th) [![Github CI](https://github.com/obsidiansystems/aeson-gadt-th/workflows/github-action/badge.svg)](https://github.com/obsidiansystems/aeson-gadt-th/actions) [![travis-ci](https://api.travis-ci.org/obsidiansystems/aeson-gadt-th.svg?branch=develop)](https://travis-ci.org/obsidiansystems/aeson-gadt-th) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/obsidiansystems/aeson-gadt-th/blob/master/LICENSE)

Provides Template Haskell expressions for deriving `ToJSON` and `FromJSON` instances for GADTs.

Expand Down Expand Up @@ -108,3 +109,7 @@ Example Usage:
> _-> "Failed"
> ]
```

***

[![Obsidian Systems](https://obsidian.systems/static/images/ObsidianSystemsLogo.svg)](https://obsidian.systems)
2 changes: 1 addition & 1 deletion aeson-gadt-th.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.24
name: aeson-gadt-th
version: 0.2.4
version: 0.2.5.0
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.
Expand Down

0 comments on commit 48eef7b

Please sign in to comment.