[commit: ghc] ghc-8.0: users_guide: Add release note for createIservProcessHook (61be194)

git at git.haskell.org git at git.haskell.org
Mon Sep 12 12:43:04 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/61be194e789e1e56d20393fec07271dfe477e03d/ghc

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

commit 61be194e789e1e56d20393fec07271dfe477e03d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 9 09:14:15 2016 -0400

    users_guide: Add release note for createIservProcessHook


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

61be194e789e1e56d20393fec07271dfe477e03d
 docs/users_guide/8.0.2-notes.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/users_guide/8.0.2-notes.rst b/docs/users_guide/8.0.2-notes.rst
index d7c55bd..a5b106d 100644
--- a/docs/users_guide/8.0.2-notes.rst
+++ b/docs/users_guide/8.0.2-notes.rst
@@ -55,3 +55,5 @@ Template Haskell
 
 - Accessors are now exposed for ``ErrUtils.ErrMsg`` and ``ErrUtils.ErrDoc``.
 
+- There is now a ``createIservProcessHook`` to allow API users to redirect the
+  ``stdout`` and ``stderr`` handles.



More information about the ghc-commits mailing list