packages feed

potoki-cereal 0.2.1.1 → 0.3

raw patch · 2 files changed

+8/−10 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

- Potoki.Cereal.Consume: get :: Get a -> Consume ByteString (Either String a)
+ Potoki.Cereal.Consume: get :: Get a -> Consume ByteString (Either Text a)

Files

library/Potoki/Cereal/Consume.hs view
@@ -8,7 +8,7 @@ import qualified Potoki.Cereal.Transform as D  -get :: Get a -> Consume ByteString (Either String a)+get :: Get a -> Consume ByteString (Either Text a) get get =   Consume $ \ (E.Fetch fetchIO) ->   let
potoki-cereal.cabal view
@@ -1,7 +1,7 @@ name:   potoki-cereal version:-  0.2.1.1+  0.3 synopsis:   Streaming serialization category:@@ -45,13 +45,11 @@   other-modules:     Potoki.Cereal.Prelude   build-depends:-    base >=4.7 && <5,-    potoki-core >= 2.2.1 && < 2.3,-    text >= 1 && < 2,-    cereal >= 0.5 && < 0.6,-    bytestring >= 0.10 && < 0.11,-    base-prelude >= 1 && < 2,-    attoparsec >=0.13 && <0.15,     acquire >=0.2 && <0.3,+    attoparsec >=0.13 && <0.15,+    base >=4.7 && <5,     base-prelude >=1 && <2,-    text >= 1 && < 2+    bytestring >=0.10 && <0.11,+    cereal >=0.5 && <0.6,+    potoki-core >=2.2.1 && <2.3,+    text >=1 && <2