data-object-yaml 0.3.4.1 → 0.3.4.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: conduit
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.4.1+version: 0.3.4.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>@@ -25,7 +25,7 @@ transformers >= 0.2 && < 0.3, yaml >= 0.5 && < 0.6, containers >= 0.2.0.0 && < 0.5,- conduit >= 0.0 && < 0.2,+ conduit >= 0.0 && < 0.3, convertible-text >= 0.3.0 && < 0.5 exposed-modules: Data.Object.Yaml ghc-options: -Wall