packages feed

process-extras 0.7.1 → 0.7.2

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Tests.hs view
@@ -37,7 +37,7 @@ dir = "/usr/share/doc/cron"  cmd :: CreateProcess-cmd = shell "echo a; echo b 1>&2; echo -n c"+cmd = shell "echo a; echo b 1>&2; printf c"  omitProcessHandle :: [Chunk a] -> [Chunk a] omitProcessHandle [] = []
process-extras.cabal view
@@ -1,5 +1,5 @@ Name:               process-extras-Version:            0.7.1+Version:            0.7.2 Synopsis:           Process extras Description:        Extends <http://hackage.haskell.org/package/process>.                     Read process input and output as ByteStrings or