mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 12:11:56 +01:00
Update build instructions
... to bring them closer to what's described in MAINTAINERS.md. In particular, the `cd` and `rm -f stack.yaml` steps were missing.
This commit is contained in:
parent
5f56a30469
commit
ca7a4f4d4c
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -4,5 +4,6 @@ Checklist:
|
|||||||
- [ ] 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, and `$version` with 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, and `$version` with the version of the package you want to get into Stackage):
|
||||||
|
|
||||||
stack unpack $package-$version # $version is optional
|
stack unpack $package-$version # $version is optional
|
||||||
stack init --resolver nightly
|
cd $package-$version
|
||||||
|
rm -f stack.yaml && 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