From d9a11ced5fd2f2102102133384ab9c766e4ddf52 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 21 May 2001 13:57:49 +0000 Subject: [PATCH] [project @ 2001-05-21 13:57:49 by simonmar] fix typos in the welcome message and help text. --- ghc/compiler/ghci/InteractiveUI.hs | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 8915bad..e0c82ef 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.66 2001/05/04 16:36:38 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.67 2001/05/21 13:57:49 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -54,7 +54,7 @@ import CString ( peekCString ) ghciWelcomeMsg = "\ \ ___ ___ _\n\ \ / _ \\ /\\ /\\/ __(_)\n\ -\ / /_\\// /_/ / / | | GHC Interactive, version " ++ cProjectVersion ++ ", For Haskell 98.\n\ +\ / /_\\// /_/ / / | | GHC Interactive, version " ++ cProjectVersion ++ ", for Haskell 98.\n\ \/ /_\\\\/ __ / /___| | http://www.haskell.org/ghc/\n\ \\\____/\\/ /_/\\____/|_| Type :? for help.\n" @@ -85,19 +85,19 @@ shortHelpText = "use :? for help.\n" helpText = "\ \ Commands available from the prompt:\n\ \\ -\ evaluate/run \n\ -\ :cd change directory to \n\ -\ :def define a command :\n\ -\ :help, :? display this list of commands\n\ -\ :load load a module (and it dependents)\n\ -\ :module set the context for expression evaluation to \n\ -\ :reload reload the current module set\n\ -\ :set