From dc63be7829b52ecbe2b4e7d4946f3f8ea19d3d05 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 9 Feb 2001 15:39:39 +0000 Subject: [PATCH] [project @ 2001-02-09 15:39:39 by simonmar] don't make up the version number --- ghc/compiler/ghci/InteractiveUI.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index a03b2fe..f63e8d3 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.37 2001/02/09 15:33:51 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.38 2001/02/09 15:39:39 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -25,6 +25,7 @@ import Outputable import Util import PprType {- instance Outputable Type; do not delete -} import Panic ( GhcException(..) ) +import Config import Exception import Dynamic @@ -47,7 +48,7 @@ import Monad ( when ) ghciWelcomeMsg = "\ \ ___ ___ _ \n\ -\ / _ \\ /\\ /\\/ __(_) GHC Interactive, version 5.00, For Haskell 98. \n\ +\ / _ \\ /\\ /\\/ __(_) GHC Interactive, version " ++ cProjectVersion ++ ", For Haskell 98. \n\ \ / /_\\// /_/ / / | | http://www.haskell.org/ghc \n\ \/ /_\\\\/ __ / /___| | Bug reports to: glasgow-haskell-bugs@haskell.org \n\ \\\____/\\/ /_/\\____/|_| Type :? for help.\n" -- 1.7.10.4