From: rrt Date: Tue, 15 Aug 2000 11:39:17 +0000 (+0000) Subject: [project @ 2000-08-15 11:39:17 by rrt] X-Git-Tag: Approximately_9120_patches~3889 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4589d39102aff2af0852f51f308995fc137108f8;p=ghc-hetmet.git [project @ 2000-08-15 11:39:17 by rrt] Updated error message for "Compilation had errors" so as not to break tests. --- diff --git a/ghc/compiler/main/ErrUtils.lhs b/ghc/compiler/main/ErrUtils.lhs index 05d0fd5..7e6e181 100644 --- a/ghc/compiler/main/ErrUtils.lhs +++ b/ghc/compiler/main/ErrUtils.lhs @@ -86,7 +86,7 @@ ghcExit :: Int -> IO () ghcExit val = if val /= 0 - then hPutStr stderr "Compilation had errors\n" + then hPutStr stderr "\nCompilation had errors\n\n" else return () \end{code}