From 1713673d1c8838706f23bbee9d37a300a230a5aa Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 8 Mar 1999 10:40:46 +0000 Subject: [PATCH] [project @ 1999-03-08 10:40:46 by simonm] s/show/showSDoc/ Discovered-by: removing instance Show (->) :-) --- ghc/compiler/simplStg/SimplStg.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/simplStg/SimplStg.lhs b/ghc/compiler/simplStg/SimplStg.lhs index 5fd71cb..4340441 100644 --- a/ghc/compiler/simplStg/SimplStg.lhs +++ b/ghc/compiler/simplStg/SimplStg.lhs @@ -127,7 +127,7 @@ stg2stg stg_todos module_name us binds end_pass us2 what ccs binds2 = -- report verbosely, if required (if do_verbose_stg2stg then - hPutStr stderr (show + hPutStr stderr (showSDoc (text ("*** "++what++":") $$ vcat (map ppr binds2) )) else return ()) >> -- 1.7.10.4