diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 02:37:48 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 02:37:48 -0400 |
| commit | 25c4d185037bcf0c7aa42a11dc0295914c128ddc (patch) | |
| tree | d59d8ebb431cbda93af9998ddaf55fb7e12cd1ad /Makefile | |
| parent | 90f86b8b2bb7f0a3c834387827c9ec2e1876f342 (diff) | |
simple socket server, will hopefully work with docker
Diffstat (limited to 'Makefile')
| -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; 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 |
