json-autotype 0.2.5.0 → 0.2.5.1
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- json-autotype.cabal +1/−1
changelog.md view
@@ -1,5 +1,9 @@ Changelog =========+ 0.2.5.0 Nov 2014++ * Nicer union type syntax in Data.Aeson.AutoTpe.Alternative.+ 0.2.4.0 Nov 2014 * To assure proper treatment of unions,
json-autotype.cabal view
@@ -1,6 +1,6 @@ -- Build information for the package. name: json-autotype-version: 0.2.5.0+version: 0.2.5.1 synopsis: Automatic type declaration for JSON input data description: Generates datatype declarations with Aeson's "FromJSON" instances from a set of example ".json" files.