Uses warp main branch https://github.com/yesodweb/wai/commit/ad041216b643f69a2a9c87cbf4c2988aa4633dd5 since there's no release yet.
27 lines
545 B
YAML
27 lines
545 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
|
|
- git: https://github.com/yesodweb/wai.git
|
|
commit: ad041216b643f69a2a9c87cbf4c2988aa4633dd5
|
|
subdirs:
|
|
- warp
|
|
|
|
allow-newer: true
|
|
allow-newer-deps:
|
|
- fuzzyset
|
|
- hasql
|