summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Trace.hs
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2021-11-17 13:26:50 +0100
committerAndreas Klebinger <klebinger.andreas@gmx.at>2021-11-17 13:26:50 +0100
commit7abef0bc5bfc4c234ff4da7e8aa63073bf4b4d81 (patch)
tree3098f7d5ee90cbc7976e4abf3f679ab151c918eb /compiler/GHC/Utils/Trace.hs
parent01962afe7395645c0647738e5c275f2942180f2a (diff)
downloadhaskell-wip/andreask/outlining_alts.tar.gz
Diffstat (limited to 'compiler/GHC/Utils/Trace.hs')
-rw-r--r--compiler/GHC/Utils/Trace.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Utils/Trace.hs b/compiler/GHC/Utils/Trace.hs
index 5da6e6e5d9..3fff023d39 100644
--- a/compiler/GHC/Utils/Trace.hs
+++ b/compiler/GHC/Utils/Trace.hs
@@ -9,6 +9,7 @@ module GHC.Utils.Trace
, warnPprTrace
, pprTraceUserWarning
, trace
+ , traceCallStackDoc
)
where