summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Weak.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Weak.hs')
-rw-r--r--libraries/base/GHC/Weak.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/base/GHC/Weak.hs b/libraries/base/GHC/Weak.hs
index 6d3dcb2d7f..80f3c4b731 100644
--- a/libraries/base/GHC/Weak.hs
+++ b/libraries/base/GHC/Weak.hs
@@ -31,7 +31,8 @@ module GHC.Weak (
-- 'setFinalizerExceptionHandler'. Note that any exceptions thrown by
-- this handler will be ignored.
setFinalizerExceptionHandler,
- getFinalizerExceptionHandler
+ getFinalizerExceptionHandler,
+ printToHandleFinalizerExceptionHandler
) where
import GHC.Base