Upgrade auto-update to 0.2.7 which contains a fix to a bug causing some threads not seeing updates to the cached values.
(cherry picked from commit a2a592a617)
25 lines
459 B
YAML
25 lines
459 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
|
|
- auto-update-0.2.7
|
|
- 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.14
|
|
|
|
allow-newer: true
|
|
allow-newer-deps:
|
|
- fuzzyset
|
|
- hasql
|