From: simonm Date: Tue, 19 Jan 1999 15:13:54 +0000 (+0000) Subject: [project @ 1999-01-19 15:13:54 by simonm] X-Git-Tag: Approx_2487_patches~46 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9bd77250f456c5fdf12d20a6b38d588b1e0f354f;p=ghc-hetmet.git [project @ 1999-01-19 15:13:54 by simonm] Banner message now advertises Haskell 98. --- diff --git a/ghc/compiler/main/Main.lhs b/ghc/compiler/main/Main.lhs index e44bf1f..5e209aa 100644 --- a/ghc/compiler/main/Main.lhs +++ b/ghc/compiler/main/Main.lhs @@ -63,7 +63,7 @@ doIt (core_cmds, stg_cmds) = doIfSet opt_Verbose (hPutStr stderr "Glasgow Haskell Compiler, version " >> hPutStr stderr compiler_version >> - hPutStr stderr ", for Haskell 1.4\n") >> + hPutStr stderr ", for Haskell 98\n") >> -- ******* READER show_pass "Reader" >>