diff options
author | Ian Lynagh <igloo@earth.li> | 2010-11-23 23:35:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-11-23 23:35:36 +0000 |
commit | 46809fa91667e952afe016e4cd704b21274241b4 (patch) | |
tree | 81e28ff1ad4024b4d34cc2ccf75186b515e409fd /ghc/Main.hs | |
parent | b56d78783390e922c4bc8106f04729de01749e01 (diff) | |
download | haskell-46809fa91667e952afe016e4cd704b21274241b4.tar.gz |
Remove references to Haskell 98
They are no longer right, as we have Haskell' generating new Haskell
standards.
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r-- | ghc/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs index 53a7af1e06..da2a1f2329 100644 --- a/ghc/Main.hs +++ b/ghc/Main.hs @@ -639,7 +639,7 @@ showBanner _postLoadMode dflags = do when (verb >= 2) $ do hPutStr stderr "Glasgow Haskell Compiler, Version " hPutStr stderr cProjectVersion - hPutStr stderr ", for Haskell 98, stage " + hPutStr stderr ", stage " hPutStr stderr cStage hPutStr stderr " booted by GHC version " hPutStrLn stderr cBooterVersion |