packages feed

json-autotype 1.0.8 → 1.0.9

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~aesondep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, lens

API changes (from Hackage documentation)

Files

json-autotype.cabal view
@@ -1,6 +1,6 @@ -- Build information for the package. name:                json-autotype-version:             1.0.8+version:             1.0.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.@@ -101,14 +101,14 @@                        RecordWildCards   build-depends:       base                 >=4.3  && <4.9,                        GenericPretty        >=1.2  && <1.3,-                       aeson                >=0.7  && <0.10,+                       aeson                >=0.7  && <0.11,                        bytestring           >=0.9  && <0.11,                        containers           >=0.3  && <0.6,                        filepath             >=1.3  && <1.5,                        hashable             >=1.2  && <1.3,                        hint                 >=0.4  && <0.5,                        hflags               >=0.3  && <0.5,-                       lens                 >=4.1  && <4.13,+                       lens                 >=4.1  && <4.14,                        mtl                  >=2.1  && <2.3,                        pretty               >=1.1  && <1.3,                        process              >=1.1  && <1.4,@@ -141,13 +141,13 @@                        RecordWildCards   build-depends:       base                 >=4.3  && <4.9,                        GenericPretty        >=1.2  && <1.3,-                       aeson                >=0.7  && <0.10,+                       aeson                >=0.7  && <0.11,                        bytestring           >=0.9  && <0.11,                        containers           >=0.3  && <0.6,                        directory            >=1.1  && <1.3,                        filepath             >=1.3  && <1.5,                        hashable             >=1.2  && <1.3,-                       lens                 >=4.1  && <4.13,+                       lens                 >=4.1  && <4.14,                        mtl                  >=2.1  && <2.3,                        pretty               >=1.1  && <1.3,                        process              >=1.1  && <1.4,@@ -182,14 +182,14 @@                        RecordWildCards   build-depends:       base                 >=4.3  && <4.9,                        GenericPretty        >=1.2  && <1.3,-                       aeson                >=0.7  && <0.10,+                       aeson                >=0.7  && <0.11,                        bytestring           >=0.9  && <0.11,                        containers           >=0.3  && <0.6,                        directory            >=1.1  && <1.3,                        filepath             >=1.3  && <1.5,                        hashable             >=1.2  && <1.3,                        hflags               >=0.3  && <0.5,-                       lens                 >=4.1  && <4.13,+                       lens                 >=4.1  && <4.14,                        mtl                  >=2.1  && <2.3,                        pretty               >=1.1  && <1.3,                        process              >=1.1  && <1.4,