23 lines
410 B
YAML
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
|