diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-07-27 15:04:43 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-07-30 17:05:35 +0200 |
commit | 5a8a8a64e793d2efbe9ea7d445cc8efe75d11f80 (patch) | |
tree | 76ae1b709f396d7105674d44a1f365999b351ead /libraries/base/changelog.md | |
parent | 24afe6d3aae1a04fbb394fa87d9ca45203ce2b67 (diff) | |
download | haskell-5a8a8a64e793d2efbe9ea7d445cc8efe75d11f80.tar.gz |
Don't allowInterrupt inside uninterruptibleMask
This fixes #9516.
Differential Revision: https://phabricator.haskell.org/D181
Authored-by: Edsko de Vries <edsko@well-typed.com>
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 53bcb1035f..7a4bb71208 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -45,6 +45,9 @@ * Exported `GiveGCStats`, `DoCostCentres`, `DoHeapProfile`, `DoTrace`, `RtsTime`, and `RtsNat` from `GHC.RTS.Flags` + * New function `GHC.IO.interruptible` used to correctly implement + `Control.Exception.allowInterrupt` (#9516) + ## 4.8.1.0 *TBA* * Bundled with GHC 7.10.2 |