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:
Eitan Chatav 2020-10-01 11:01:19 -07:00
parent 1351acce6f
commit 86080fae53

View File

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