We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c486a commit 54d0e26Copy full SHA for 54d0e26
Cabal/src/Distribution/Simple/Setup/Repl.hs
@@ -133,8 +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; if a "
137
- ++ "sandbox is present, its package database will be used.\n"
+ ++ "parameters and opens an interactive interpreter session.\n "
138
++ "\n"
139
++ "Otherwise, (re)configures with the given or default flags, and "
140
++ "loads the interpreter with the relevant modules. For executables, "
0 commit comments