summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 02:37:48 -0400
committerJoey Hess2014-04-01 02:37:48 -0400
commit25c4d185037bcf0c7aa42a11dc0295914c128ddc (patch)
treed59d8ebb431cbda93af9998ddaf55fb7e12cd1ad /Makefile
parent90f86b8b2bb7f0a3c834387827c9ec2e1876f342 (diff)
simple socket server, will hopefully work with docker
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ba41b2b..0cf58fa5 100644
--- a/Makefile
+++ b/Makefile
@@ -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; 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; fi || true
dist/setup-config: propellor.cabal
cabal configure