From: simonmar Date: Thu, 12 Aug 2004 13:06:51 +0000 (+0000) Subject: [project @ 2004-08-12 13:06:51 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1752 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=071c8bcdf514b746a4f015a02f2da92da7e4a5b7;p=ghc-hetmet.git [project @ 2004-08-12 13:06:51 by simonmar] Avoid string gaps --- 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