Changelog of @hackage/process-extras 0.7.2
haskell-process-extras (0.7.1) unstable; urgency=low
- Add System.Process.Run, utilities and a monad for process progress output.
- Rename ProcessOutput -> ProcessResult
- Add a ProcessText class to characterize the type written to standard input and read from standard output and error.
- Add an alias for readCreateProcess named readCreateProcessStrict
- Update README.md
-- David Fox dsf@foxthompson.net Mon, 05 Dec 2016 10:52:20 -0800
haskell-process-extras (0.5) unstable; urgency=low
- Have writeOutput return the input list rather than ()
- Additional re-exports from the process package
-- David Fox dsf@foxthompson.net Mon, 21 Nov 2016 12:45:57 -0800
haskell-process-extras (0.4.1.4) unstable; urgency=low
- Add changelog and .ghci to Extra-Source-Files list.
-- David Fox dsf@seereason.com Sun, 15 May 2016 09:20:54 -0700
haskell-process-extras (0.4.1.3) unstable; urgency=low
- Actually check changelog into git.
-- David Fox dsf@seereason.com Sun, 15 May 2016 09:00:03 -0700
haskell-process-extras (0.4) trusty-seereason; urgency=low
- Add changelog
- Wrap all the input processing with a catch resource vanished exception.
- Add foldOutput and writeOutput, for handling Chunk streams.
- Add some examples in README.md.
-- David Fox dsf@seereason.com Sun, 15 May 2016 08:59:47 -0700