Skip to content

Commit

Permalink
Fix #6068 Clarify --copy-bins flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Apr 11, 2023
1 parent bb5a6c7 commit d34f634
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/build_command.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,17 +424,23 @@ flag.

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

[:octicons-tag-24: 0.1.3.0](https://github.com/commercialhaskell/stack/releases/tag/v0.1.3.0)

Default: Disabled

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

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

[:octicons-tag-24: 1.6.1](https://github.com/commercialhaskell/stack/releases/tag/v1.6.1)

Default: Disabled

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

### `--coverage` flag

Expand Down

0 comments on commit d34f634

Please sign in to comment.