postgrest depends on postgres and zlib. When using stack's nix integration, these dependencies must be specified explicitly. Note that `--nix` must be passed to stack, or `nix.enable:true` must be set in `stack.yaml` to enable using nix while building.
10 lines
201 B
YAML
10 lines
201 B
YAML
resolver: lts-7.4
|
|
extra-deps:
|
|
- Ranged-sets-0.3.0
|
|
- hasql-pool-0.4.1
|
|
- hasql-transaction-0.4.5.1
|
|
ghc-options:
|
|
postgrest: -O2 -Werror -Wall -fwarn-identities
|
|
nix:
|
|
packages: [postgresql, zlib]
|