X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FErrUtils.lhs;h=66ade906fb0c4398a9c9a0f685c772b3280d6d5b;hp=f406c33ef5b4151056850f56d365a5d40eb81a6a;hb=f96194794bf099020706c3816d1a5678b40addbb;hpb=ee2571bd2a80683d33cf65a01942bc8be50a5e33 diff --git a/compiler/main/ErrUtils.lhs b/compiler/main/ErrUtils.lhs index f406c33..66ade90 100644 --- a/compiler/main/ErrUtils.lhs +++ b/compiler/main/ErrUtils.lhs @@ -230,10 +230,10 @@ dumpIfSet_dyn_or dflags flags hdr doc mkDumpDoc :: String -> SDoc -> SDoc mkDumpDoc hdr doc - = vcat [text "", + = vcat [blankLine, line <+> text hdr <+> line, doc, - text ""] + blankLine] where line = text (replicate 20 '=')