29 lines
730 B
YAML
29 lines
730 B
YAML
resolver: lts-23.28 # 2025-08-17, GHC 9.8.4
|
|
|
|
nix:
|
|
packages:
|
|
- libpq
|
|
- pkg-config
|
|
- zlib
|
|
# disable pure by default so that the test environment can be passed
|
|
pure: false
|
|
|
|
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
|
|
- streaming-commons-0.2.3.1
|
|
# fix build with GCC 15-ish; https://github.com/gregorycollins/hashtables/issues/98 for details
|
|
- hashtables-1.4.2@sha256:4940cab94a15d469845ccf5225f9cb3d354c15e8127ebb58425c8b681f7721d9,10386
|
|
|
|
allow-newer: true
|
|
allow-newer-deps:
|
|
- fuzzyset
|
|
- hasql
|