Skip to content

Commit d34f634

Browse files
committed
Fix #6068 Clarify --copy-bins flag
1 parent bb5a6c7 commit d34f634

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

doc/build_command.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,17 +424,23 @@ flag.
424424

425425
### `--[no-]copy-bins` flag
426426

427+
[:octicons-tag-24: 0.1.3.0](https://github.com/commercialhaskell/stack/releases/tag/v0.1.3.0)
428+
427429
Default: Disabled
428430

429-
Set the flag to enable copying binaries to Stack's local binary directory (see
430-
`stack path --local-bin`). The `stack install` synonym sets this flag.
431+
Set the flag to enable copying of built executable files (binaries) of targets
432+
to Stack's local binary directory (see `stack path --local-bin`). The
433+
`stack install` synonym sets this flag.
431434

432435
### `--[no-]copy-compiler-tool` flag
433436

437+
[:octicons-tag-24: 1.6.1](https://github.com/commercialhaskell/stack/releases/tag/v1.6.1)
438+
434439
Default: Disabled
435440

436-
Set the flag to enable copying binaries of targets to Stack's compiler tools
437-
binary directory (see `stack path --compiler-tools-bin`).
441+
Set the flag to enable copying of built executable files (binaries) of targets
442+
to Stack's compiler tools binary directory (see
443+
`stack path --compiler-tools-bin`).
438444

439445
### `--coverage` flag
440446

0 commit comments

Comments
 (0)