Skip to content

Commit 27ed84d

Browse files
Backport #10493: Remove text for sandbox in replCommand (#10863)
* remove text for sandbox in replCommand (cherry picked from commit e3823b5) * delete white-space after '\n' in a string (cherry picked from commit bdeb4e6) * Add changelog (cherry picked from commit 5913791) --------- Co-authored-by: Sdywolf <chnfy@stu.pku.edu.cn>
1 parent 87ac298 commit 27ed84d

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Cabal/src/Distribution/Simple/Setup/Repl.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ replCommand progDb =
129129
, commandDescription = Just $ \pname ->
130130
wrapText $
131131
"If the current directory contains no package, ignores COMPONENT "
132-
++ "parameters and opens an interactive interpreter session; if a "
133-
++ "sandbox is present, its package database will be used.\n"
132+
++ "parameters and opens an interactive interpreter session.\n"
134133
++ "\n"
135134
++ "Otherwise, (re)configures with the given or default flags, and "
136135
++ "loads the interpreter with the relevant modules. For executables, "

changelog.d/pr-10493

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
synopsis: Remove descriptions for sandbox in replCommand
2+
packages: Cabal
3+
prs: #10493
4+
issues: #10482
5+
significance: significant
6+
7+
description: {
8+
9+
- Text provided by `Setup.hs repl --help` contained outdated information concerning sandbox, which have now been removed.
10+
11+
}

0 commit comments

Comments
 (0)