json-autotype 0.2.5.7 → 0.2.5.8
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- json-autotype.cabal +2/−2
changelog.md view
@@ -1,5 +1,9 @@ Changelog =========+ 0.2.5.8 Mar 2015++ * Updated tests and build config.+ 0.2.5.7 Mar 2015 * Fixed documentation anchors, and unit test classification for failures.
json-autotype.cabal view
@@ -1,6 +1,6 @@ -- Build information for the package. name: json-autotype-version: 0.2.5.7+version: 0.2.5.8 synopsis: Automatic type declaration for JSON input data description: Generates datatype declarations with Aeson's "FromJSON" instances from a set of example ".json" files.@@ -32,7 +32,7 @@ extra-source-files: README.md changelog.md cabal-version: >=1.10 bug-reports: https://github.com/mgajda/json-autotype/issues-tested-with: GHC==7.6.3,GHC==7.8.4+tested-with: GHC==7.8.4 source-repository head type: git