We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d0e26 commit b47a30cCopy full SHA for b47a30c
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