packages feed

data-object-json 0.3.1 → 0.3.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~bytestring-triePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring-trie

API changes (from Hackage documentation)

Files

data-object-json.cabal view
@@ -1,5 +1,5 @@ name:            data-object-json-version:         0.3.1+version:         0.3.1.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -14,7 +14,7 @@ library     build-depends:   base >= 4 && < 5,                      JSONb >= 1.0 && < 1.1,-                     bytestring-trie >= 0.1.4 && < 0.2,+                     bytestring-trie >= 0.1.4 && < 0.3,                      bytestring >= 0.9.1.4 && < 0.10,                      data-object >= 0.3.0 && < 0.4,                      convertible-text >= 0.3.0 && < 0.4,