From 925cfa7c7e46494ff5c579214b6f2e4b840eb5b2 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Fri, 26 Oct 2007 15:02:24 +0000 Subject: [PATCH] Add newline in debug print --- compiler/simplCore/SimplCore.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4