Files
postgrest/stack.yaml
T
steve-chavez a71ab36096 amend: use warp 3.4.14 for 3522917
Use a release instead of a git commit
2026-07-11 13:12:03 -05: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.14
allow-newer: true
allow-newer-deps:
- fuzzyset
- hasql