File tree 1 file changed +10
-4
lines changed 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -424,17 +424,23 @@ flag.
424
424
425
425
### ` --[no-]copy-bins ` flag
426
426
427
+ [ :octicons-tag-24: 0.1.3.0] ( https://github.com/commercialhaskell/stack/releases/tag/v0.1.3.0 )
428
+
427
429
Default: Disabled
428
430
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.
431
434
432
435
### ` --[no-]copy-compiler-tool ` flag
433
436
437
+ [ :octicons-tag-24: 1.6.1] ( https://github.com/commercialhaskell/stack/releases/tag/v1.6.1 )
438
+
434
439
Default: Disabled
435
440
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 ` ).
438
444
439
445
### ` --coverage ` flag
440
446
You can’t perform that action at this time.
0 commit comments