-
Add
getPid
,exitCodeExceptionWithOutput
,exitCodeExceptionNoOutput
, -
Re-export
System.Process.Pid
-
Thanks to Rebecca Turner @9999years
- No user-visible changes
- Expose more from
System.Process.Typed.Internal
- Add
mkPipeStreamSpec
- Re-export
StdStream
- Re-export
ExitCode
,ExitSuccess
andExitFailure
.
- Include empty argument in the show instance.
- Doc improvements
- Doc improvements
- Doc improvements
- The cleanup thread applies an
unmask
to the actions which wait for a process to exit, allowing the action to be interruptible.
- Add a
nullStream
#24 - Add
withProcessWait
,withProcessWait_
,withProcessTerm
, andwithProcessTerm_
#25
- Fix a
Handle
leak inwithProcessInterleave
and its derivatives.
- Add
readProcessInterleaved
andreadProcessInterleaved_
to support capturing output from stdout and stderr in a single ByteString value.
- Add support for the single-threaded runtime via polling
- Add inherit versions of setter functions
- Add
readProcessStdout
,readProcessStdout_
,readProcessStderr
, andreadProcessStderr_
- Do not show modified environment information in exceptions
- Remove dependency on
conduit
andconduit-extra
. Relevant code added toData.Conduit.Process.Typed
inconduit-extra-1.2.1
.
- Introduce 'unsafeProcessHandle' function
- Fix bug in
waitForProcess
that caused exit code to be lost - Minor doc improvements
- Initial commit