packages feed

json-autotype 1.1.1 → 1.1.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,8 @@ Changelog =========+    1.1.2  Mar 2018+        * Fixed maintainer list.+     1.1.1  Mar 2018         * Fixed test builds (for Haskell). 
json-autotype.cabal view
@@ -1,6 +1,6 @@ -- Build information for the package. name:                json-autotype-version:             1.1.1+version:             1.1.2 synopsis:            Automatic type declaration for JSON input data description:         Generates datatype declarations with Aeson's "FromJSON" instances                      from a set of example ".json" files.@@ -31,7 +31,8 @@ license-file:        LICENSE stability:           stable author:              Michal J. Gajda-maintainer:          mjgajda@gmail.com+maintainer:          simons@cryp.to+                     mjgajda@gmail.com copyright:           Copyright by Michal J. Gajda '2014-'2017 category:            Data, Tools build-type:          Simple