Skip to content

Commit 3d0ffc7

Browse files
committed
Advertise --fast --pedantic with stack
1 parent 25110fe commit 3d0ffc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ repository. You can use `cabal`:
1111
Or `stack`:
1212

1313
```shell
14-
stack setup # Downloads and installs a proper GHC version if necessary
15-
stack build # Install and build packages
16-
stack test # Run all the tests
14+
stack setup # Downloads and installs a proper GHC version if necessary
15+
stack build --fast --pedantic # Install dependencies and build packages
16+
stack test # Run all the tests
1717
```
1818

1919
Or `nix`:

0 commit comments

Comments
 (0)