From 292e39713e2e17ca902e575d6a41a6f95ee444b2 Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Tue, 19 Apr 2022 20:31:59 +0100 Subject: add since annotation for GHC.Stack.CCS.whereFrom --- libraries/base/GHC/Stack/CCS.hsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/base/GHC/Stack/CCS.hsc b/libraries/base/GHC/Stack/CCS.hsc index a8af10a1a1..757acba114 100644 --- a/libraries/base/GHC/Stack/CCS.hsc +++ b/libraries/base/GHC/Stack/CCS.hsc @@ -196,6 +196,8 @@ peekInfoProv infop = do -- The information is collect by looking at the info table address of a specific closure and -- then consulting a specially generated map (by `-finfo-table-map`) to find out where we think -- the best source position to describe that info table arose from. +-- +-- @since 4.16.0.0 whereFrom :: a -> IO (Maybe InfoProv) whereFrom obj = do ipe <- getIPE obj -- cgit v1.2.1