[commit: packages/process] master: GH77: Update readme and export list. (57e0c7f)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 21:18:24 UTC 2017
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/57e0c7f17823ccbc6d5aeacb3425c1d412163102/process
>---------------------------------------------------------------
commit 57e0c7f17823ccbc6d5aeacb3425c1d412163102
Author: Tamar Christina <tamar at zhox.com>
Date: Sun Dec 4 16:25:07 2016 +0000
GH77: Update readme and export list.
>---------------------------------------------------------------
57e0c7f17823ccbc6d5aeacb3425c1d412163102
System/Process/Internals.hs | 3 +++
changelog.md | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/System/Process/Internals.hs b/System/Process/Internals.hs
index af42009..fad7c92 100644
--- a/System/Process/Internals.hs
+++ b/System/Process/Internals.hs
@@ -34,6 +34,9 @@ module System.Process.Internals (
#ifndef WINDOWS
pPrPr_disableITimers, c_execvpe,
ignoreSignal, defaultSignal,
+#else
+ terminateJob,
+ waitForJobCompletion,
#endif
withFilePathException, withCEnvironment,
translate,
diff --git a/changelog.md b/changelog.md
index a8e7738..3fd77f8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -10,7 +10,8 @@
* New exposed `withCreateProcess`
* Derive `Show` and `Eq` for `CreateProcess`, `CmdSpec`, and `StdStream`
-* Add support for monitoring process tree for termination with `...`
+* Add support for monitoring process tree for termination with `createProcess_Internal_ext`
+ , `terminateJob` and `waitForJobCompletion`.
## 1.4.2.0 *January 2016*
More information about the ghc-commits
mailing list