[project @ 1999-01-07 17:49:47 by kw217]
[ghc-hetmet.git] / ghc / compiler / utils / Outputable.lhs
index 15a2acf..582a0b6 100644 (file)
@@ -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"