diff options
Diffstat (limited to 'ghc/GHCi/UI.hs')
-rw-r--r-- | ghc/GHCi/UI.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/GHCi/UI.hs b/ghc/GHCi/UI.hs index 1f5b576b6b..f861c9b82a 100644 --- a/ghc/GHCi/UI.hs +++ b/ghc/GHCi/UI.hs @@ -447,7 +447,7 @@ default_stop = "" default_prompt, default_prompt_cont :: PromptFunction default_prompt = generatePromptFunctionFromString "ghci> " -default_prompt_cont = generatePromptFunctionFromString "| " +default_prompt_cont = generatePromptFunctionFromString "ghci| " default_args :: [String] default_args = [] |