summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 15:09:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 15:09:18 -0400
commitb34c046c441f52621c389ec90d28c72d4fbbced7 (patch)
treee9a6be2fed767ecc3cdff8243cabe403bd38e88a /stack.yaml
parent0b6dac2de037bb6cb00ebd81849a7adf62c2251d (diff)
stack.yaml: Added nix packages section.
Thanks, Sean T Parsons
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index d84c4682e..ac601200e 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -24,3 +24,11 @@ extra-deps:
explicit-setup-deps:
git-annex: true
resolver: lts-9.9
+nix:
+ packages:
+ - ncurses
+ - icu
+ - libcxx
+ - gcc
+ - zlib
+ - rsync \ No newline at end of file