Skip to content

Commit

Permalink
Merge pull request haskell#10493 from Sdywolf/doc-refine/repl
Browse files Browse the repository at this point in the history
Remove text for sandbox in replCommand
  • Loading branch information
mergify[bot] authored Nov 2, 2024
2 parents 9bc7dda + 5913791 commit 9e2b2db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions 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
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.

}

0 comments on commit 9e2b2db

Please sign in to comment.