forked from davidlazar/process-extras
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathchangelog
40 lines (26 loc) · 1.33 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Sun, 15 May 2016 08:59:47 -0700