From 1e5df511e64a881dcf159d2bc0d47aa39c2690d5 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 2 May 2018 20:14:55 -0400 Subject: [PATCH] Add more precise instructions --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c1e16a2a..94cca136 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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