diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 12:25:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 12:25:22 -0400 |
| commit | a1b02789571fcf3db13042e347424a60a59f6cb7 (patch) | |
| tree | af4d74673300b398667b6e3fe2dcdc202747d7b2 | |
| parent | e02f802ac848fe9395d9a7019b4041eca814b0c9 (diff) | |
add dep
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ build: deps dist/setup-config ln -sf dist/build/propellor/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-async-dev; fi || true dist/setup-config: propellor.cabal cabal configure |
