[commit: ghc] master: users_guide: Move initGhcMonad note to 8.0.2 relnotes (da920f6)

git at git.haskell.org git at git.haskell.org
Thu Sep 1 15:01:30 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/da920f691145175dc310055ae533757e638caab4/ghc

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

commit da920f691145175dc310055ae533757e638caab4
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Sep 1 01:06:25 2016 -0400

    users_guide: Move initGhcMonad note to 8.0.2 relnotes


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

da920f691145175dc310055ae533757e638caab4
 docs/users_guide/8.0.2-notes.rst | 11 +++++++++++
 docs/users_guide/8.2.1-notes.rst |  6 +-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/docs/users_guide/8.0.2-notes.rst b/docs/users_guide/8.0.2-notes.rst
index e153ab2..09ba572 100644
--- a/docs/users_guide/8.0.2-notes.rst
+++ b/docs/users_guide/8.0.2-notes.rst
@@ -67,3 +67,14 @@ TODO FIXME Heading title
 	length :: forall {a} {t :: * -> *}. Foldable t => t a -> Int
 	*X> :type +v length
 	length :: forall (t :: * -> *). Foldable t => forall a. t a -> Int
+
+Libraries
+---------
+
+ghc
+~~~
+
+-  The ``GHC.initGhcMonad`` function no longer installs signal handlers by
+   default. This means that the RTS won't attempt to handle Ctrl-C gracefully.
+   If you would like to use GHC's signal handlers, call
+   ``GHC.installSignalHandlers`` during initialization.
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index e74c151..87bc97f 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -149,11 +149,7 @@ filepath
 ghc
 ~~~
 
--  The ``GHC.initGhcMonad`` function no longer installs signal handlers by
-   default. This means that the RTS won't attempt to handle Ctrl-C gracefully.
-   If you would like to use GHC's signal handlers, call
-   ``GHC.installSignalHandlers`` during initialization.
-
+-  
 ghc-boot
 ~~~~~~~~
 



More information about the ghc-commits mailing list