Files
postgrest/stack.yaml
T
Taimoor ZaeemandWolfgang Walther bb63c3fade change: use RFC 9535 syntax for jwt-role-claim-key config
BREAKING CHANGE

Breaks the string comparison operators implemented in #3813. Those can
be replaced with regex searches using JSON Path `search()` function.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
2026-06-26 18:32:05 +00:00

24 lines
437 B
YAML

# When updating, update GHC version in .github/workflows/build.yaml as well.
resolver: lts-24.43 # 2026-05-29, 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