data-object-json 0.3.1.2 → 0.3.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- data-object-json.cabal +2/−2
data-object-json.cabal view
@@ -1,5 +1,5 @@ name: data-object-json-version: 0.3.1.2+version: 0.3.1.3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -19,6 +19,6 @@ data-object >= 0.3.0 && < 0.4, convertible-text >= 0.3.0 && < 0.4, failure >= 0.1.0 && < 0.2,- text >= 0.7.1 && < 0.9+ text >= 0.7.1 && < 0.10 exposed-modules: Data.Object.Json ghc-options: -Wall