From 071c8bcdf514b746a4f015a02f2da92da7e4a5b7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 12 Aug 2004 13:06:51 +0000 Subject: [PATCH] [project @ 2004-08-12 13:06:51 by simonmar] Avoid string gaps --- ghc/compiler/ghci/InteractiveUI.hs | 99 ++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 50 deletions(-) diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 281faa3..3e0feaf 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,6 +1,6 @@ {-# OPTIONS -#include "Linker.h" #-} ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.170 2004/08/09 12:15:09 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.171 2004/08/12 13:06:51 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -116,42 +116,42 @@ keepGoingPaths a str = a (toArgs str) >> return False shortHelpText = "use :? for help.\n" -- NOTE: spaces at the end of each line to workaround CPP/string gap bug. -helpText = "\ -\ Commands available from the prompt:\n\ -\\n\ -\ evaluate/run \n\ -\ :add ... add module(s) to the current target set\n\ -\ :browse [*] display the names defined by \n\ -\ :cd change directory to \n\ -\ :def define a command :\n\ -\ :help, :? display this list of commands\n\ -\ :info [ ...] display information about the given names\n\ -\ :load ... load module(s) and their dependents\n\ -\ :module [+/-] [*] ... set the context for expression evaluation\n\ -\ :reload reload the current module set\n\ -\\n\ -\ :set