Skip to content
Snippets Groups Projects
Commit 3f2df52d authored by Simon Marlow's avatar Simon Marlow
Browse files

[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.
parent a4d7e186
No related merge requests found
......@@ -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") >>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment