X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FdeSugar%2FDesugar.lhs;h=521d1ad401f9ed62086a520d158b1a0c65d27256;hp=a92f83c4e84ca2b33e30d00523570e4c5feb2c5b;hb=f96194794bf099020706c3816d1a5678b40addbb;hpb=8a9eb3cd35117c62ac9758d118c6f4109b7330cb diff --git a/compiler/deSugar/Desugar.lhs b/compiler/deSugar/Desugar.lhs index a92f83c..521d1ad 100644 --- a/compiler/deSugar/Desugar.lhs +++ b/compiler/deSugar/Desugar.lhs @@ -243,7 +243,7 @@ addExportFlags target exports keep_alive prs rules ppr_ds_rules :: [CoreRule] -> SDoc ppr_ds_rules [] = empty ppr_ds_rules rules - = text "" $$ text "-------------- DESUGARED RULES -----------------" $$ + = blankLine $$ text "-------------- DESUGARED RULES -----------------" $$ pprRules rules \end{code}