Advertise --fast --pedantic with stack

This commit is contained in:
Oleg Grenrus 2017-01-20 20:16:21 +02:00
parent 25110fefe4
commit 3d0ffc7ada

View file

@ -12,7 +12,7 @@ Or `stack`:
```shell
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
```