From baaa85094736df211797f883e78cd9517886a1f5 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 15 Jan 2018 01:06:37 -0500 Subject: [PATCH] add nix dependencies to stack.yaml --- stack.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stack.yaml b/stack.yaml index f87eddc7..5765019e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -33,3 +33,9 @@ extra-package-dbs: [] # Allow a newer minor version of GHC than the snapshot specifies # compiler-check: newer-minor + +nix: + packages: + - autoconf + - fltk + - libjpeg