summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Unsafe.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/IO/Unsafe.hs')
-rw-r--r--libraries/base/GHC/IO/Unsafe.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO/Unsafe.hs b/libraries/base/GHC/IO/Unsafe.hs
index c1c07ae2df..039acfe85b 100644
--- a/libraries/base/GHC/IO/Unsafe.hs
+++ b/libraries/base/GHC/IO/Unsafe.hs
@@ -96,7 +96,8 @@ times (on a multiprocessor), and you should therefore ensure that
it gives the same results each time. It may even happen that one
of the duplicated IO actions is only run partially, and then interrupted
in the middle without an exception being raised. Therefore, functions
-like 'bracket' cannot be used safely within 'unsafeDupablePerformIO'.
+like 'Control.Exception.bracket' cannot be used safely within
+'unsafeDupablePerformIO'.
@since 4.4.0.0
-}