Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove text for sandbox in replCommand #10493

Merged
merged 3 commits into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
11 changes: 11 additions & 0 deletions changelog.d/pr-10493
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
synopsis: Remove descriptions for sandbox in replCommand
packages: Cabal
prs: #10493
issues: #10482
significance: significant

description: {

- Text provided by `Setup.hs repl --help` contained outdated information concerning sandbox, which have now been removed.

}
Loading