We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25110fe commit 3d0ffc7Copy full SHA for 3d0ffc7
CONTRIBUTING.md
@@ -11,9 +11,9 @@ repository. You can use `cabal`:
11
Or `stack`:
12
13
```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
+stack setup # Downloads and installs a proper GHC version if necessary
+stack build --fast --pedantic # Install dependencies and build packages
+stack test # Run all the tests
17
```
18
19
Or `nix`:
0 commit comments