[commit: packages/base] master: Add release note about new `SomeAsyncException` (58e503f)

git at git.haskell.org git at git.haskell.org
Wed Feb 5 22:17:12 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/58e503f4268737b08454930548ba8b2059b8ea5b/base

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

commit 58e503f4268737b08454930548ba8b2059b8ea5b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Feb 5 23:16:10 2014 +0100

    Add release note about new `SomeAsyncException`
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

58e503f4268737b08454930548ba8b2059b8ea5b
 changelog.md |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/changelog.md b/changelog.md
index 8e1df37..ef9fa08 100644
--- a/changelog.md
+++ b/changelog.md
@@ -109,6 +109,10 @@
   * Remove deprecated functions `unsafeInterleaveST`, `unsafeIOToST`,
     and `unsafeSTToIO` from `Control.Monad.ST`.
 
+  * Add a new superclass `SomeAsyncException` for all asynchronous exceptions
+    and makes the existing `AsyncException` and `Timeout` exception children
+    of `SomeAsyncException` in the hierarchy.
+
   * Remove deprecated functions `blocked`, `unblock`, and `block` from
     `Control.Exception`.
 



More information about the ghc-commits mailing list