json-autotype 1.0.1 → 1.0.2
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens
API changes (from Hackage documentation)
Files
- changelog.md +6/−2
- json-autotype.cabal +2/−2
changelog.md view
@@ -1,7 +1,11 @@ Changelog =========- 1.0.0.1 Apr 2015+ 1.0.2 Jun 2015 + * Relaxed dependency for lens-4.11.++ 1.0.1 Apr 2015+ * Relaxed dependency to lens-4.10. 1.0 Apr 2015@@ -54,7 +58,7 @@ * Relaxed upper bounds for lens 4.8. - 0.2.5.5 Mar 2015+ 0.2.5.5 Mar 2015 * (Skipped this version number by mistake.)
json-autotype.cabal view
@@ -1,6 +1,6 @@ -- Build information for the package. name: json-autotype-version: 1.0.1+version: 1.0.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.@@ -69,7 +69,7 @@ hashable >=1.2 && <1.3, hint >=0.3 && <0.5, hflags >=0.3 && <0.5,- lens >=4.1 && <4.11,+ lens >=4.1 && <4.12, mtl >=2.1 && <2.3, pretty >=1.1 && <1.3, process >=1.1 && <1.4,