From a08ae04bcb922ed076a123ecade16d58e6f75982 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2014 00:48:24 -0400 Subject: propellor spin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cba466d2..580e9a03 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ build: dist/setup-config ln -sf dist/build/config/config propellor deps: - @if [ $$(whoami) = root ]; then apt-get -y install gnupg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev libghc-network-dev; fi || true + @if [ $$(whoami) = root ]; then apt-get -y install gnupg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev libghc-network-dev libghc-quickcheck2-dev; fi || true @if [ $$(whoami) = root ]; then apt-get -u install libghc-async-dev || cabal update; cabal install async; fi || true dist/setup-config: propellor.cabal -- cgit v1.2.3