yaml-unscrambler 0.1.0.5 → 0.1.0.6
raw patch · 2 files changed
+4/−6 lines, 2 filesdep ~bytestringdep ~textdep ~transformerssetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, text, transformers
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- yaml-unscrambler.cabal +4/−4
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
yaml-unscrambler.cabal view
@@ -1,5 +1,5 @@ name: yaml-unscrambler-version: 0.1.0.5+version: 0.1.0.6 synopsis: Flexible declarative YAML parsing toolkit stability: Experimental homepage: https://github.com/nikita-volkov/yaml-unscrambler@@ -44,7 +44,7 @@ attoparsec-time >=1.0.1.2 && <1.1, base >=4.11 && <5, base64 >=0.4.2.2 && <0.5,- bytestring >=0.10 && <0.11,+ bytestring >=0.10 && <0.12, conduit >=1.3.2 && <1.4, containers >=0.6.2 && <0.7, foldl >=1.4 && <2,@@ -53,10 +53,10 @@ mtl >=2.2 && <3, scientific >=0.3.6.2 && <0.4, selective >=0.5 && <0.6,- text >=1 && <2,+ text >=1 && <3, text-builder >=0.6.6.1 && <0.7, time >=1.9 && <2,- transformers >=0.5 && <0.6,+ transformers >=0.5 && <0.7, unordered-containers >=0.2.10 && <0.3, uuid >=1.3 && <2, vector >=0.12 && <0.13,