mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 20:21:57 +01:00
Add more precise instructions
This commit is contained in:
parent
89895d1621
commit
1e5df511e6
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -3,7 +3,7 @@ Checklist:
|
|||||||
- [ ] At least 30 minutes have passed since Hackage upload
|
- [ ] 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):
|
- [ ] 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
|
cd $package-$version
|
||||||
stack init --resolver nightly
|
stack init --resolver nightly
|
||||||
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
|
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user