summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 17:50:16 -0400
committerJoey Hess2014-04-10 17:50:16 -0400
commitdf9791ee2626865b29196c7ac1a5975939475a6c (patch)
tree244e39d2c960ca8ec5a7c6bb8ad889071965fd64 /Makefile
parent21b3ed28019665e971617faa4d6f80085430ef84 (diff)
deps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f31e5fae..e53de8c5 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 --no-upgrade --no-install-recommends -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 --no-upgrade --no-install-recommends -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 libghc-mtl-dev libghc-monadcatchio-transformers-dev; fi || true
@if [ $$(whoami) = root ]; then apt-get --no-upgrade --no-install-recommends -y install libghc-async-dev || cabal update; cabal install async; fi || true
dist/setup-config: propellor.cabal