json-sop 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~textdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text, time
API changes (from Hackage documentation)
Files
- json-sop.cabal +3/−3
json-sop.cabal view
@@ -1,5 +1,5 @@ name: json-sop-version: 0.1.0.2+version: 0.1.0.3 synopsis: Generics JSON (de)serialization using generics-sop description: This library contains generic serialization and deserialization functions@@ -29,9 +29,9 @@ tagged >= 0.7 && < 0.8, aeson >= 0.7 && < 0.9, vector >= 0.10 && < 0.11,- text >= 1.1 && < 1.2,+ text >= 1.1 && < 1.3, unordered-containers >= 0.2 && < 0.3,- time >= 1.4 && < 1.5,+ time >= 1.4 && < 1.6, transformers >= 0.3 && < 0.5 hs-source-dirs: src default-language: Haskell2010