Merge pull request #726 from phanimahesh/nix-integration

add nix.packages to stack.yaml
This commit is contained in:
Joe Nelson
2016-10-30 22:21:13 -07:00
committed by GitHub
+2
View File
@@ -5,3 +5,5 @@ extra-deps:
- hasql-transaction-0.4.5.1
ghc-options:
postgrest: -O2 -Werror -Wall -fwarn-identities
nix:
packages: [postgresql, zlib]