Files
postgrest/stack.yaml
T
Wolfgang Walther 0bd2821937 chore(deps): update hackage freeze, stackage snapshot and nixpkgs pin
This brings in PostgreSQL 19 beta 1 to start testing against.
2026-07-05 12:50:14 +00:00

24 lines
437 B
YAML

# When updating, update GHC version in .github/workflows/build.yaml as well.
resolver: lts-24.48 # 2026-06-30, GHC 9.10.3
nix:
packages:
- libpq
- libpq.pg_config
- pkg-config
- zlib
extra-deps:
- aeson-jsonpath-0.4.2.0
- configurator-pg-0.2.11
- fuzzyset-0.2.4
- hasql-notifications-0.2.4.0
- http-semantics-0.4.0
- http2-5.4.0
- warp-3.4.13
allow-newer: true
allow-newer-deps:
- fuzzyset
- hasql