packages feed

yaml-unscrambler 0.1.0.18 → 0.1.0.19

raw patch · 2 files changed

+5/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

library/YamlUnscrambler.hs view
@@ -95,10 +95,14 @@  -- * Execution +-- |+-- Run a value parser on strict text. parseText :: Value a -> Text -> Either Text a parseText value =   parseByteString value . Text.encodeUtf8 +-- |+-- Run a value parser on strict bytestring. parseByteString :: Value a -> ByteString -> Either Text a parseByteString (Value {..}) input =   do
yaml-unscrambler.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name:          yaml-unscrambler-version:       0.1.0.18+version:       0.1.0.19 synopsis:      Flexible declarative YAML parsing toolkit description:   Very flexible declarative YAML parsing toolkit with extensive error detalization capabilities and expected schema generation.