json-autotype 0.2.5.8 → 0.2.5.9
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: filepath
API changes (from Hackage documentation)
Files
- json-autotype.cabal +2/−2
json-autotype.cabal view
@@ -1,6 +1,6 @@ -- Build information for the package. name: json-autotype-version: 0.2.5.8+version: 0.2.5.9 synopsis: Automatic type declaration for JSON input data description: Generates datatype declarations with Aeson's "FromJSON" instances from a set of example ".json" files.@@ -63,7 +63,7 @@ aeson >=0.7 && <0.9, bytestring >=0.9 && <0.11, containers >=0.3 && <0.6,- filepath >=1.3 && <1.4,+ filepath >=1.3 && <1.5, hashable >=1.2 && <1.3, hint >=0.4 && <0.5, hflags >=0.4 && <0.5,