From 98152b16320b59bbf96560dd10edd7e8ee41ccfe Mon Sep 17 00:00:00 2001
From: kw217 <unknown>
Date: Thu, 7 Jan 1999 17:49:47 +0000
Subject: [PATCH] [project @ 1999-01-07 17:49:47 by kw217] Add missing export
 of warnPprTrace (for WARN macro).

---
 ghc/compiler/utils/Outputable.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/utils/Outputable.lhs b/ghc/compiler/utils/Outputable.lhs
index 15a2acf83a8a..582a0b63bf97 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"
-- 
GitLab