Skip to content
Snippets Groups Projects
Commit 7ca9c193 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Tell Stack to use Nix to get the native zlib library

I dunno if this is a good idea or not but it helps the build succeed on my system.
parent ea35815e
No related branches found
No related tags found
Loading
......@@ -62,3 +62,10 @@ packages:
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor
# https://docs.haskellstack.org/en/stable/nix_integration/#additions-to-your-stackyaml
nix:
enable: true
packages:
- "zlib"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment