packages feed

json-sop 0.2.0.2 → 0.2.0.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~aesondep ~generics-sopdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, generics-sop, time

API changes (from Hackage documentation)

Files

json-sop.cabal view
@@ -1,5 +1,5 @@ name:                json-sop-version:             0.2.0.2+version:             0.2.0.3 synopsis:            Generics JSON (de)serialization using generics-sop description:   This library contains generic serialization and deserialization functions@@ -13,7 +13,7 @@ category:            Generics build-type:          Simple cabal-version:       >=1.10-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.1.*+tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.1.*  source-repository head   type:                git@@ -24,7 +24,7 @@                        Generics.SOP.JSON.Model   other-modules:       Generics.SOP.Util.PartialResult   build-depends:       base                 >= 4.6  && < 5,-                       generics-sop         >= 0.2  && < 0.3,+                       generics-sop         >= 0.2  && < 0.4,                        lens-sop             >= 0.2  && < 0.3,                        tagged               >= 0.7  && < 0.9,                        aeson                >= 0.7  && < 1.2,