mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-15 07:45:49 +01:00
Note that pull request template needs to be updated to match verify-package
This commit is contained in:
parent
f9500a116c
commit
93f2d1f238
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -7,7 +7,7 @@ Checklist:
|
|||||||
|
|
||||||
The script runs virtually the following commands in a clean directory:
|
The script runs virtually the following commands in a clean directory:
|
||||||
|
|
||||||
stack unpack $package-$version # $version is optional
|
stack unpack $package-$version # `-$version` is optional
|
||||||
cd $package-$version
|
cd $package-$version
|
||||||
rm -f stack.yaml && stack init --resolver nightly
|
rm -f stack.yaml && stack init --resolver nightly --ignore-subdirs
|
||||||
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
|
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
|
||||||
|
|||||||
@ -30,6 +30,7 @@ exit() {
|
|||||||
}
|
}
|
||||||
trap exit EXIT
|
trap exit EXIT
|
||||||
|
|
||||||
|
# When updating these commands, make sure to update .github/PULL_REQUEST_TEMPLATE.md as well.
|
||||||
cd "$dir"
|
cd "$dir"
|
||||||
stack unpack "$package"
|
stack unpack "$package"
|
||||||
cd "$(ls | head -n 1)"
|
cd "$(ls | head -n 1)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user