[project @ 1999-03-08 10:40:46 by simonm]
authorsimonm <unknown>
Mon, 8 Mar 1999 10:40:46 +0000 (10:40 +0000)
committersimonm <unknown>
Mon, 8 Mar 1999 10:40:46 +0000 (10:40 +0000)
s/show/showSDoc/

Discovered-by: removing instance Show (->) :-)

ghc/compiler/simplStg/SimplStg.lhs

index 5fd71cb..4340441 100644 (file)
@@ -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 ()) >>