Add more precise instructions

This commit is contained in:
Alexey Zabelin 2018-05-02 20:14:55 -04:00
parent 89895d1621
commit 1e5df511e6
No known key found for this signature in database
GPG Key ID: 3A169985478324E9

View File

@ -3,7 +3,7 @@ Checklist:
- [ ] At least 30 minutes have passed since Hackage upload
- [ ] On your own machine, in a new directory, you have successfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage):
stack unpack $package
stack unpack $package-$version
cd $package-$version
stack init --resolver nightly
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks