Skip to content

Commit 9e2b2db

Browse files
authored
Merge pull request #10493 from Sdywolf/doc-refine/repl
Remove text for sandbox in replCommand
2 parents 9bc7dda + 5913791 commit 9e2b2db

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ replCommand progDb =
133133
, commandDescription = Just $ \pname ->
134134
wrapText $
135135
"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"
136+
++ "parameters and opens an interactive interpreter session.\n"
138137
++ "\n"
139138
++ "Otherwise, (re)configures with the given or default flags, and "
140139
++ "loads the interpreter with the relevant modules. For executables, "

changelog.d/pr-10493

+11
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)