mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
Re-enable squeal-postgresql
Checklist:
- [ ] Meaningful commit message, eg `add my-cool-package` (please not mention `build-constraints.yml`)
- [ ] At least 30 minutes have passed since uploading to Hackage
- [ ] On your own machine, you have successfully run the following command (replace `$package` with the name of the package that is submitted, and `$version` with the version of the package you want to get into Stackage):
./verify-package $package # or $package-$version
The script runs virtually the following commands in a clean directory:
stack unpack $package-$version # $version is optional
cd $package-$version
rm -f stack.yaml && stack init --resolver nightly
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
This commit is contained in:
parent
1351acce6f
commit
86080fae53
@ -3739,7 +3739,7 @@ packages:
|
||||
|
||||
"Eitan Chatav <eitan@gmail.com> @echatav":
|
||||
- free-categories
|
||||
- squeal-postgresql < 0
|
||||
- squeal-postgresql
|
||||
|
||||
"Sam Quinn <lazersmoke@gmail.com> @Lazersmoke":
|
||||
- ghost-buster
|
||||
|
||||
Loading…
Reference in New Issue
Block a user