From 3f2df52d6121fe36a05156b755f2a95c2ccea812 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 6 Jul 1999 15:21:01 +0000 Subject: [PATCH] [project @ 1999-07-06 15:21:01 by simonmar] print the compiler version on the same line as the compilee version; looks a bit tidier. --- ghc/compiler/main/Main.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/main/Main.lhs b/ghc/compiler/main/Main.lhs index 9a62fae..176bf9c 100644 --- a/ghc/compiler/main/Main.lhs +++ b/ghc/compiler/main/Main.lhs @@ -87,8 +87,7 @@ doIt (core_cmds, stg_cmds) = doIfSet opt_Verbose (hPutStr stderr "Glasgow Haskell Compiler, version " >> hPutStr stderr compiler_version >> - hPutStr stderr ", for Haskell 98\n" >> - hPutStr stderr "\tcompiled by GHC version " >> + hPutStr stderr ", for Haskell 98, compiled by GHC version " >> hPutStr stderr booter_version >> hPutStr stderr "\n") >> -- 1.7.10.4