From: kw217 Date: Thu, 7 Jan 1999 17:49:47 +0000 (+0000) Subject: [project @ 1999-01-07 17:49:47 by kw217] X-Git-Tag: Approx_2487_patches~142 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=98152b16320b59bbf96560dd10edd7e8ee41ccfe;p=ghc-hetmet.git [project @ 1999-01-07 17:49:47 by kw217] Add missing export of warnPprTrace (for WARN macro). --- diff --git a/ghc/compiler/utils/Outputable.lhs b/ghc/compiler/utils/Outputable.lhs index 15a2acf..582a0b6 100644 --- a/ghc/compiler/utils/Outputable.lhs +++ b/ghc/compiler/utils/Outputable.lhs @@ -42,7 +42,7 @@ module Outputable ( -- error handling pprPanic, pprPanic#, pprError, pprTrace, assertPprPanic, - trace, panic, panic#, assertPanic + trace, panic, panic#, assertPanic, warnPprTrace ) where #include "HsVersions.h"