[project @ 1999-01-19 15:13:54 by simonm]
authorsimonm <unknown>
Tue, 19 Jan 1999 15:13:54 +0000 (15:13 +0000)
committersimonm <unknown>
Tue, 19 Jan 1999 15:13:54 +0000 (15:13 +0000)
Banner message now advertises Haskell 98.

ghc/compiler/main/Main.lhs

index e44bf1f..5e209aa 100644 (file)
@@ -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" >>