* master:
#279 Add retries (default 3) to verifiedDownload
Upper limit on number of flag combinations to test #543
Flip order of build and test/bench opts parser
Move `boptsCoverage` and `boptsNoTests` to `TestOpts`
Replace `boptsAdditionalArgs` with fields in `FinalAction`
Add benchmark and test options to FinalAction
Implement `stack bench --benchmark-arguments`
Fix#537
Targets outside of root dir don't build (fixes#366)
Add changelog for #517
Add --no-run-tests parameter to stack test.
Noticed the other day in passing, reporting before I forget:
Expected
stack build
to build all targets, including those outside of the directory hierarchy wherestack.yaml
resides.Actual
Only builds them when they are dependencies or specifically asked for. I think this is a bug from my original code in fpbuild.
The text was updated successfully, but these errors were encountered: