Changelog for typed-process-0.2.13.0
ChangeLog for typed-process
0.2.13.0
- Format stdout and stderr in
ExitCodeExceptionassuming they are in UTF-8. See #87. Thanks to @9999years for the legwork on this change.
0.2.12.0
-
Add
getPid,exitCodeExceptionWithOutput,exitCodeExceptionNoOutput, -
Re-export
System.Process.Pid -
Thanks to Rebecca Turner @9999years
0.2.11.1
- No user-visible changes
0.2.11.0
- Expose more from
System.Process.Typed.Internal
0.2.10.0
- Add
mkPipeStreamSpec
0.2.9.0
- Re-export
StdStream
0.2.8.0
- Re-export
ExitCode,ExitSuccessandExitFailure.
0.2.7.0
- Include empty argument in the show instance.
0.2.6.3
- Doc improvements
0.2.6.2
- Doc improvements
0.2.6.1
- Doc improvements
0.2.6.0
- The cleanup thread applies an
unmaskto the actions which wait for a process to exit, allowing the action to be interruptible.
0.2.5.0
- Add a
nullStream#24 - Add
withProcessWait,withProcessWait_,withProcessTerm, andwithProcessTerm_#25
0.2.4.1
- Fix a
Handleleak inwithProcessInterleaveand its derivatives.
0.2.4.0
- Add
readProcessInterleavedandreadProcessInterleaved_to support capturing output from stdout and stderr in a single ByteString value.
0.2.3.0
- Add support for the single-threaded runtime via polling
0.2.2.0
- Add inherit versions of setter functions
0.2.1.0
- Add
readProcessStdout,readProcessStdout_,readProcessStderr, andreadProcessStderr_ - Do not show modified environment information in exceptions
0.2.0.0
- Remove dependency on
conduitandconduit-extra. Relevant code added toData.Conduit.Process.Typedinconduit-extra-1.2.1.
0.1.1
- Introduce 'unsafeProcessHandle' function
0.1.0.1
- Fix bug in
waitForProcessthat caused exit code to be lost - Minor doc improvements
0.1.0.0
- Initial commit