Skip to content

Commit 54d0e26

Browse files
committed
remove text for sandbox in replCommand
1 parent 63c486a commit 54d0e26

File tree

1 file changed

+1
-2
lines changed
  • Cabal/src/Distribution/Simple/Setup

1 file changed

+1
-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, "

0 commit comments

Comments
 (0)