mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
verify-package: Don't include subdirs
This commit is contained in:
parent
76927c094f
commit
eb4f7ace24
@ -34,7 +34,7 @@ cd "$dir"
|
||||
stack unpack "$package"
|
||||
cd "$(ls | head -n 1)"
|
||||
rm -f stack.yaml
|
||||
stack init --resolver nightly
|
||||
stack init --resolver nightly --ignore-subdirs
|
||||
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user