packages feed

potoki-core 2.2.9 → 2.2.10

raw patch · 2 files changed

+7/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Potoki.Core.Consume: writeBytesToStdout :: Consume ByteString ()

Files

library/Potoki/Core/Consume.hs view
@@ -16,6 +16,7 @@   folding,   foldingInIO,   execState,+  writeBytesToStdout,   writeBytesToFile,   writeBytesToFileWithoutBuffering,   appendBytesToFile,@@ -202,6 +203,11 @@ printString :: Consume String () printString =   processInIO (putChar '\n') putStr++{-# INLINABLE writeBytesToStdout #-}+writeBytesToStdout :: Consume ByteString ()+writeBytesToStdout =+  processInIO (return ()) (C.hPut stdout)  {-| Overwrite a file.
potoki-core.cabal view
@@ -1,5 +1,5 @@ name: potoki-core-version: 2.2.9+version: 2.2.10 synopsis: Low-level components of "potoki" description:   Provides everything required for building custom instances of