From: sof Date: Tue, 23 Sep 1997 21:52:24 +0000 (+0000) Subject: [project @ 1997-09-23 21:52:24 by sof] X-Git-Tag: Approx_2487_patches~1479 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=66998ddb21eff3c022fb0e9f3bb6b76add677b51;p=ghc-hetmet.git [project @ 1997-09-23 21:52:24 by sof] Add newline to version msg string --- diff --git a/ghc/compiler/main/Main.lhs b/ghc/compiler/main/Main.lhs index b05d9a7..282d383 100644 --- a/ghc/compiler/main/Main.lhs +++ b/ghc/compiler/main/Main.lhs @@ -79,7 +79,7 @@ doIt (core_cmds, stg_cmds) input_pgm = doIfSet opt_Verbose (hPutStr stderr ("Glasgow Haskell Compiler, version " ++ show PROJECTVERSION ++ - ", for Haskell 1.4")) >> + ", for Haskell 1.4\n")) >> -- ******* READER show_pass "Reader" >>