From: simonmar Date: Tue, 6 Jul 1999 15:21:01 +0000 (+0000) Subject: [project @ 1999-07-06 15:21:01 by simonmar] X-Git-Tag: Approximately_9120_patches~6024 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3f2df52d6121fe36a05156b755f2a95c2ccea812 [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. --- 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") >>