mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-16 00:05:49 +01:00
parent
e7844713d9
commit
1050f395d4
@ -35,7 +35,7 @@ If you want to be proactive or if CI fails, you can make sure that your package
|
|||||||
# Build from the tarball on Hackage to check for missing files
|
# Build from the tarball on Hackage to check for missing files
|
||||||
$ stack unpack yourpackage && cd yourpackage-*
|
$ stack unpack yourpackage && cd yourpackage-*
|
||||||
# Generate a pristine stack.yaml, adding any missing extra-deps
|
# Generate a pristine stack.yaml, adding any missing extra-deps
|
||||||
$ rm -f stack.yaml && stack init --resolver nightly --solver
|
$ rm -f stack.yaml && stack init --resolver nightly
|
||||||
# Build, generate docs, test, and build benchmarks
|
# Build, generate docs, test, and build benchmarks
|
||||||
$ 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