From 66998ddb21eff3c022fb0e9f3bb6b76add677b51 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Tue, 23 Sep 1997 21:52:24 +0000
Subject: [PATCH] [project @ 1997-09-23 21:52:24 by sof] Add newline to version
 msg string

---
 ghc/compiler/main/Main.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/main/Main.lhs b/ghc/compiler/main/Main.lhs
index b05d9a747373..282d3830b1eb 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"	>>
-- 
GitLab