File tree 2 files changed +12
-2
lines changed
Cabal/src/Distribution/Simple/Setup
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ replCommand progDb =
133
133
, commandDescription = Just $ \ pname ->
134
134
wrapText $
135
135
" 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 "
138
137
++ " \n "
139
138
++ " Otherwise, (re)configures with the given or default flags, and "
140
139
++ " loads the interpreter with the relevant modules. For executables, "
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments