Files
postgrest/stack.yaml
T
Wolfgang Walther d79f28fd75 chore: fix stack.yml's nix integration once more
We don't need an impure environment anymore, because we can't run the
test suite via stack anyway.
2026-04-19 13:16:55 +00:00

27 lines
493 B
YAML

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-1.6.4.4
- hasql-dynamic-statements-0.3.1.5
- hasql-implicits-0.1.1.3
- hasql-notifications-0.2.2.2
- hasql-pool-1.0.1
- hasql-transaction-1.1.0.1
- postgresql-binary-0.13.1.3
- text-builder-0.6.10
- text-builder-dev-0.3.10
allow-newer: true
allow-newer-deps:
- fuzzyset
- hasql