Skip to content

Commit

Permalink
remove text for sandbox in replCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdywolf authored and Mikolaj committed Nov 2, 2024
1 parent 9bc7dda commit e3823b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cabal/src/Distribution/Simple/Setup/Repl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ replCommand progDb =
, commandDescription = Just $ \pname ->
wrapText $
"If the current directory contains no package, ignores COMPONENT "
++ "parameters and opens an interactive interpreter session; if a "
++ "sandbox is present, its package database will be used.\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, "
Expand Down

0 comments on commit e3823b5

Please sign in to comment.