From 26eea3f02427393de4fec84deafe0628028ba4e1 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Thu, 21 Mar 2019 07:35:09 +0100 Subject: [PATCH] v0.5.1 --- elm-bridge.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm-bridge.cabal b/elm-bridge.cabal index 92179c7..008f855 100644 --- a/elm-bridge.cabal +++ b/elm-bridge.cabal @@ -1,5 +1,5 @@ name: elm-bridge -version: 0.5.0 +version: 0.5.1 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