* relax upper bounds on HTTP, hspec, lens-aeson, optparse-applicative (fixes #2580) * upgrade stackage snapshot to latest LTS, with GHC 9.2.5 * bump nixpkgs to 2023-01-12 * fix complaints due to updated linters
15 lines
325 B
YAML
15 lines
325 B
YAML
resolver: lts-20.6 # 2023-01-09, GHC 9.2.5
|
|
|
|
nix:
|
|
packages:
|
|
- pcre
|
|
- pkgconfig
|
|
- postgresql
|
|
- zlib
|
|
# disable pure by default so that the test enviroment can be passed
|
|
pure: false
|
|
|
|
extra-deps:
|
|
- git: https://github.com/PostgREST/postgresql-libpq.git
|
|
commit: 890a0a16cf57dd401420fdc6c7d576fb696003bc
|