Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
2c2e1ec0
Commit
2c2e1ec0
authored
Feb 05, 2014
by
Herbert Valerio Riedel
🕺
Browse files
Add release note about new `SomeAsyncException`
Signed-off-by:
Herbert Valerio Riedel
<
hvr@gnu.org
>
parent
5ad48fd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/base/changelog.md
View file @
2c2e1ec0
...
...
@@ -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`
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment