We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3823b5 commit bdeb4e6Copy full SHA for bdeb4e6
Cabal/src/Distribution/Simple/Setup/Repl.hs
@@ -133,7 +133,7 @@ replCommand progDb =
133
, commandDescription = Just $ \pname ->
134
wrapText $
135
"If the current directory contains no package, ignores COMPONENT "
136
- ++ "parameters and opens an interactive interpreter session.\n "
+ ++ "parameters and opens an interactive interpreter session.\n"
137
++ "\n"
138
++ "Otherwise, (re)configures with the given or default flags, and "
139
++ "loads the interpreter with the relevant modules. For executables, "
0 commit comments