Merge pull request #5931 from commercialhaskell/verify-no-subdirs

verify-package: Don't include subdirs
This commit is contained in:
Adam Bergmark 2021-03-15 14:12:51 +01:00 committed by GitHub
commit e4dcd0a287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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