data-object-yaml 0.3.3 → 0.3.3.1
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-yaml.cabal +2/−2
data-object-yaml.cabal view
@@ -1,5 +1,5 @@ name: data-object-yaml-version: 0.3.3+version: 0.3.3.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>@@ -20,7 +20,7 @@ build-depends: base >= 4 && < 5, data-object >= 0.3.0 && < 0.4, bytestring >= 0.9.1.4 && < 0.10,- text >= 0.7 && < 0.10,+ text >= 0.7 && < 0.11, failure >= 0.1.0 && < 0.2, transformers >= 0.2 && < 0.3, yaml >= 0.4.1 && < 0.5,