add 'stack setup' command

This commit is contained in:
Christine Koppelt 2016-09-02 12:43:22 +02:00
parent 9e7356c6d3
commit 85a6d9714c

View file

@ -8,9 +8,10 @@ repository. You can use `cabal`:
./scripts/test-all.sh # Run all the tests
```
`stack`:
Or `stack`:
```shell
stack setup # Downloads and installs a proper GHC version if necessary
stack build # Install and build packages
stack test # Run all the tests
```