packages feed

streaming-commons 0.1.15.1 → 0.1.15.2

raw patch · 3 files changed

+9/−1 lines, 3 files

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.1.15.2++* Document child process behavior in `waitForProcess`+ ## 0.1.15.1  * Catch exceptions thrown by `waitForProcess`
Data/Streaming/Process.hs view
@@ -202,6 +202,10 @@ -- code. If the exit code is not a success, throw a -- 'ProcessExitedUnsuccessfully'. --+-- NOTE: This function does not kill the child process in the event of an+-- exception from the provided function. For that, please use+-- @withCheckedProcessCleanup@ from the @conduit-extra@ package.+-- -- Since 0.1.7 withCheckedProcess :: ( InputSource stdin                       , OutputSink stderr
streaming-commons.cabal view
@@ -1,5 +1,5 @@ name:                streaming-commons-version:             0.1.15.1+version:             0.1.15.2 synopsis:            Common lower-level functions needed by various streaming data libraries description:         Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes. homepage:            https://github.com/fpco/streaming-commons