From bdeb4e6755fdcb1553773341fd6764e201f79fce Mon Sep 17 00:00:00 2001 From: Sdywolf Date: Thu, 31 Oct 2024 01:01:58 +0800 Subject: [PATCH] delete white-space after '\n' in a string --- Cabal/src/Distribution/Simple/Setup/Repl.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal/src/Distribution/Simple/Setup/Repl.hs b/Cabal/src/Distribution/Simple/Setup/Repl.hs index 4451457da1b..7d53ca33668 100644 --- a/Cabal/src/Distribution/Simple/Setup/Repl.hs +++ b/Cabal/src/Distribution/Simple/Setup/Repl.hs @@ -133,7 +133,7 @@ replCommand progDb = , commandDescription = Just $ \pname -> wrapText $ "If the current directory contains no package, ignores COMPONENT " - ++ "parameters and opens an interactive interpreter session.\n " + ++ "parameters and opens an interactive interpreter session.\n" ++ "\n" ++ "Otherwise, (re)configures with the given or default flags, and " ++ "loads the interpreter with the relevant modules. For executables, "