diff options
Diffstat (limited to 'libraries/base/GHC/IO.hs')
-rw-r--r-- | libraries/base/GHC/IO.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO.hs b/libraries/base/GHC/IO.hs index e41a35d5b3..9fa0aff929 100644 --- a/libraries/base/GHC/IO.hs +++ b/libraries/base/GHC/IO.hs @@ -348,7 +348,7 @@ unsafeUnmask (IO io) = IO $ unmaskAsyncExceptions# io -- When called outside 'mask', or inside 'uninterruptibleMask', this -- function has no effect. -- --- /Since: 4.8.2.0/ +-- @since 4.9.0.0 interruptible :: IO a -> IO a interruptible act = do st <- getMaskingState |