Advertise --fast --pedantic with stack
This commit is contained in:
parent
25110fefe4
commit
3d0ffc7ada
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ Or `stack`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
stack setup # Downloads and installs a proper GHC version if necessary
|
stack setup # Downloads and installs a proper GHC version if necessary
|
||||||
stack build # Install and build packages
|
stack build --fast --pedantic # Install dependencies and build packages
|
||||||
stack test # Run all the tests
|
stack test # Run all the tests
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue