Skip to content
Snippets Groups Projects
Commit f64f5948 authored by ttuegel's avatar ttuegel
Browse files

stack.yaml: add optional Nix dependency zlib

The external zlib package is required to build the zlib Haskell
library. This change will not affect Stack-using developers who do not
have Nix integration enabled globally. This change will not affect
non-Stack-using developers at all.
parent 20656909
No related branches found
No related tags found
No related merge requests found
......@@ -42,3 +42,5 @@ extra-deps:
- unbounded-delays-0.1.0.9
- zlib-0.6.1.1
flags: {}
nix:
packages: [zlib, zlib.out]
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