From: simonm Date: Mon, 8 Mar 1999 10:40:46 +0000 (+0000) Subject: [project @ 1999-03-08 10:40:46 by simonm] X-Git-Tag: Approximately_9120_patches~6413 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1713673d1c8838706f23bbee9d37a300a230a5aa;p=ghc-hetmet.git [project @ 1999-03-08 10:40:46 by simonm] s/show/showSDoc/ Discovered-by: removing instance Show (->) :-) --- 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 ()) >>