summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2017-01-31 16:12:30 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-31 18:50:21 -0500
commit25e0cfc676ef07647cb16a7206d686eaa0eddcc9 (patch)
tree8bf828d9507a7496828bab426fb9640cef7889f4
parentb15136afb84a5193aa385ae7c635026aed54cf3b (diff)
downloadhaskell-25e0cfc676ef07647cb16a7206d686eaa0eddcc9.tar.gz
Export callStackDoc
It's generally a pretty useful thing to have around. [skip ci] Test Plan: Build it Reviewers: austin, dfeuer Reviewed By: dfeuer Subscribers: dfeuer, thomie Differential Revision: https://phabricator.haskell.org/D3048
-rw-r--r--compiler/utils/Outputable.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Outputable.hs b/compiler/utils/Outputable.hs
index 118ef321f7..7d79f93bb2 100644
--- a/compiler/utils/Outputable.hs
+++ b/compiler/utils/Outputable.hs
@@ -83,7 +83,7 @@ module Outputable (
pprPanic, pprSorry, assertPprPanic, pprPgmError,
pprTrace, pprTraceIt, warnPprTrace, pprSTrace,
trace, pgmError, panic, sorry, assertPanic,
- pprDebugAndThen,
+ pprDebugAndThen, callStackDoc
) where
import {-# SOURCE #-} DynFlags( DynFlags,