From: simonmar Date: Fri, 9 Feb 2001 17:29:59 +0000 (+0000) Subject: [project @ 2001-02-09 17:29:59 by simonmar] X-Git-Tag: Approximately_9120_patches~2691 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e4a5f88bbbb7b8e8354b2ca2ccaa26f156ab9d91;p=ghc-hetmet.git [project @ 2001-02-09 17:29:59 by simonmar] remove the bug report location in the welcome msg; it pushed the message over 80 columns and is available from the ghc homepage in any case. --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index bee3ee8..a6a07f3 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.39 2001/02/09 15:48:53 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.40 2001/02/09 17:29:59 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -48,9 +48,9 @@ import Monad ( when ) ghciWelcomeMsg = "\ \ ___ ___ _\n\ -\ / _ \\ /\\ /\\/ __(_) GHC Interactive, version " ++ cProjectVersion ++ ", For Haskell 98.\n\ -\ / /_\\// /_/ / / | | http://www.haskell.org/ghc/\n\ -\/ /_\\\\/ __ / /___| | Report bugs here: http://sourceforge.net/bugs/?group_id=8032\n\ +\ / _ \\ /\\ /\\/ __(_)\n\ +\ / /_\\// /_/ / / | | GHC Interactive, version " ++ cProjectVersion ++ ", For Haskell 98.\n\ +\/ /_\\\\/ __ / /___| | http://www.haskell.org/ghc/\n\ \\\____/\\/ /_/\\____/|_| Type :? for help.\n" commands :: [(String, String -> GHCi Bool)]