From d455c39e93881dc3810ecc16a2f1bfd6c4e2fcdd Mon Sep 17 00:00:00 2001 From: Emily Martins Date: Mon, 28 Jun 2021 18:47:56 +0200 Subject: Unify primary and secondary GHCi prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #20042 Signed-off-by: Emily Martins Signed-off-by: Hécate Moonlight --- ghc/GHCi/UI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ghc') 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 = [] -- cgit v1.2.1