From 9d076ed7ea97463b15cfd889027beebacc910c9c Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 8 Jun 2020 02:32:16 +0200 Subject: Make it possible to compile using Stack on NixOS (#6439) On NixOS, it is necessary to compile with `stack --nix`. It is furthermore necessary to provide zlib headers when `--nix` is enabled. --- stack.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index 183ddb10d..439696f54 100644 --- a/stack.yaml +++ b/stack.yaml @@ -33,3 +33,5 @@ extra-deps: ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-14.6 +nix: + packages: [zlib] -- cgit v1.2.3