mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-12 22:37:30 +01:00
Fix typo in pull request template.
This commit is contained in:
parent
4348312a1c
commit
837a05e0ba
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -5,5 +5,5 @@ Checklist:
|
|||||||
|
|
||||||
stack unpack $package
|
stack unpack $package
|
||||||
cd $package-$version
|
cd $package-$version
|
||||||
stack init --resolrver 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