Files
postgrest/stack.yaml
T
Taimoor Zaeem d4949c633e chore: move protolude files to src/protolude
Later we merge the src/protolude directory with src/PostgREST.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
2026-04-30 14:16:23 +05:00

23 lines
410 B
YAML

# When updating, update GHC version in .github/workflows/build.yaml as well.
resolver: lts-24.37 # 2026-04-15, GHC 9.10.3
nix:
packages:
- libpq
- libpq.pg_config
- pkg-config
- zlib
extra-deps:
- 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