Files
postgrest/stack.yaml
T
Wolfgang WaltherandWolfgang Walther 2e298824d6 deps: Replace postgresql-libpq fork with upstream v0.10
Our changes to reduce memory usage have been merged and released
upstream, so no need for the fork anymore.
2024-01-25 21:27:17 +01:00

19 lines
361 B
YAML

resolver: lts-21.7 # 2023-08-14, GHC 9.4.5
nix:
packages:
- pcre
- pkgconfig
- postgresql
- zlib
# disable pure by default so that the test enviroment can be passed
pure: false
extra-deps:
- configurator-pg-0.2.7
- fuzzyset-0.3.1
- hasql-notifications-0.2.0.6
- hasql-pool-0.10
- megaparsec-9.2.2
- postgresql-libpq-0.10.0.0