diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 00:48:24 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 00:48:24 -0400 |
| commit | a08ae04bcb922ed076a123ecade16d58e6f75982 (patch) | |
| tree | c32cdeb764c94d8c29d07d3e5d6eda99b691d5fc | |
| parent | 98afa8d9e5d3e23b7498ad14cc89346e32527e35 (diff) | |
propellor spin
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
