[project @ 1999-07-06 15:21:01 by simonmar]
authorsimonmar <unknown>
Tue, 6 Jul 1999 15:21:01 +0000 (15:21 +0000)
committersimonmar <unknown>
Tue, 6 Jul 1999 15:21:01 +0000 (15:21 +0000)
print the compiler version on the same line as the compilee version;
looks a bit tidier.

ghc/compiler/main/Main.lhs

index 9a62fae..176bf9c 100644 (file)
@@ -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")                                   >>