Version 0.8.0

This commit is contained in:
Simon Marechal 2021-08-30 09:19:23 +02:00
parent 85bd13e765
commit 982c618984
2 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,15 @@
# v0.8.0
* Directly support integer keys in dictionnaries, thanks to odanoboru
# v0.7.0
* Support for GHC 9
# v0.6.0
* Support for Elm 0.19
* Support for Elm 0.19
# v0.5.2
* Fix a bug about tuples.

View File

@ -1,5 +1,5 @@
name: elm-bridge
version: 0.7.0
version: 0.8.0
synopsis: Derive Elm types and Json code from Haskell types, using aeson's options
description: Building the bridge from Haskell to Elm and back. Define types once,
and derive the aeson and elm functions at the same time, using any aeson