[commit: packages/process] master: GH77: Update readme. (7ef688e)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:18:32 UTC 2017


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7ef688e2e716b309ad70926d3ce79791def57e4f/process

>---------------------------------------------------------------

commit 7ef688e2e716b309ad70926d3ce79791def57e4f
Author: Tamar Christina <tamar at zhox.com>
Date:   Thu Jan 5 19:53:40 2017 +0000

    GH77: Update readme.


>---------------------------------------------------------------

7ef688e2e716b309ad70926d3ce79791def57e4f
 changelog.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
index f5ab09a..991be99 100644
--- a/changelog.md
+++ b/changelog.md
@@ -10,8 +10,8 @@
 
 * New exposed `withCreateProcess`
 * Derive `Show` and `Eq` for `CreateProcess`, `CmdSpec`, and `StdStream`
-* Add support for monitoring process tree for termination with `createProcess_Internal_ext`
-  , `terminateJob`, `waitForJobCompletion` and a new generic function `executeAndWait`.
+* Add support for monitoring process tree for termination with the parameter `use_process_jobs`
+  in `CreateProcess` on Windows. Also added a function `terminateJob` to kill entire process tree.
 
 ## 1.4.2.0 *January 2016*
 



More information about the ghc-commits mailing list