Files
postgrest/stack.yaml
T
J Phani Mahesh 37d3c851cf add nix.packages to stack.yaml
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.
2016-10-26 15:49:53 +05:30

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]