* fix: admin server dies silently by upgrading warp
Uses warp main branch https://github.com/yesodweb/wai/commit/ad041216b643f69a2a9c87cbf4c2988aa4633dd5
since there's no release yet.
* amend: use warp 3.4.14 for 3522917
Use a release instead of a git commit
* amend: update cabal index so cabal build succeeds
* chore: pin jose-jwt to build on CI
24 lines
474 B
YAML
24 lines
474 B
YAML
resolver: lts-22.44 # 2025-05-02, GHC 9.6.7
|
|
|
|
nix:
|
|
packages:
|
|
- libpq
|
|
- pkg-config
|
|
- zlib
|
|
# disable pure by default so that the test environment can be passed
|
|
pure: false
|
|
|
|
extra-deps:
|
|
- auto-update-0.2.6
|
|
- configurator-pg-0.2.11
|
|
- fuzzyset-0.2.4
|
|
- hasql-pool-1.0.1
|
|
- http-semantics-0.4.0
|
|
- http2-5.4.0
|
|
- jose-jwt-0.9.6
|
|
- network-control-0.1.7
|
|
- postgresql-libpq-0.10.1.0
|
|
- streaming-commons-0.2.3.1
|
|
- time-manager-0.3.2
|
|
- warp-3.4.14
|