From: simonpj@microsoft.com Date: Fri, 26 Oct 2007 15:02:24 +0000 (+0000) Subject: Add newline in debug print X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=925cfa7c7e46494ff5c579214b6f2e4b840eb5b2;p=ghc-hetmet.git Add newline in debug print --- diff --git a/compiler/simplCore/SimplCore.lhs b/compiler/simplCore/SimplCore.lhs index 64c4c92..86b4c66 100644 --- a/compiler/simplCore/SimplCore.lhs +++ b/compiler/simplCore/SimplCore.lhs @@ -429,7 +429,7 @@ simplifyPgm mode switches hsc_env us imp_rule_base guts if max_iterations > 2 then hPutStr stderr ("NOTE: Simplifier still going after " ++ show max_iterations ++ - " iterations; bailing out. Size = " ++ show (coreBindsSize binds) ) + " iterations; bailing out. Size = " ++ show (coreBindsSize binds) ++ "\n" ) else return (); #endif