summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa830005..2f4cb6c2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ build: deps dist/setup-config
$(MAKE) tags
deps:
- if [ $$(whoami) = root ]; then apt-get install ghc cabal-install libghc-missingh-dev libansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi
+ if [ $$(whoami) = root ]; then apt-get install ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi
dist/setup-config: propellor.cabal
cabal configure