From: sof Date: Sun, 27 Jul 1997 01:27:06 +0000 (+0000) Subject: [project @ 1997-07-27 01:27:06 by sof] X-Git-Tag: Approximately_1000_patches_recorded~181 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bf1d38f0f73e8dfa3cbc4310d74ab847e9908911;p=ghc-hetmet.git [project @ 1997-07-27 01:27:06 by sof] --- diff --git a/ghc/compiler/main/Main.lhs b/ghc/compiler/main/Main.lhs index f0f4c8c..e24cc8f 100644 --- a/ghc/compiler/main/Main.lhs +++ b/ghc/compiler/main/Main.lhs @@ -74,7 +74,7 @@ main = doIt :: ([CoreToDo], [StgToDo]) -> String -> IO () doIt (core_cmds, stg_cmds) input_pgm - = doDump opt_Verbose ("Glasgow Haskell Compiler, version " ++ show PROJECTVERSION ++ ", for Haskell 1.4" "") >> + = doDump opt_Verbose ("Glasgow Haskell Compiler, version " ++ show PROJECTVERSION ++ ", for Haskell 1.4") "" >> -- ******* READER show_pass "Reader" >> _scc_ "Reader"