packages feed

data-object-yaml 0.3.3.5 → 0.3.3.6

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~convertible-textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: convertible-text

API changes (from Hackage documentation)

Files

data-object-yaml.cabal view
@@ -1,5 +1,5 @@ name:            data-object-yaml-version:         0.3.3.5+version:         0.3.3.6 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>@@ -26,7 +26,7 @@                      yaml >= 0.4.1 && < 0.5,                      containers >= 0.2.0.0 && < 0.5,                      enumerator >= 0.4 && < 0.5,-                     convertible-text >= 0.3.0 && < 0.4+                     convertible-text >= 0.3.0 && < 0.5     exposed-modules: Data.Object.Yaml     ghc-options:     -Wall