diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 02:49:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 02:49:00 -0400 |
| commit | 9584a0f60c386a1cb206c58304ab8d3ba97f84d7 (patch) | |
| tree | 1a22790f472961e6a463f9f3e2f9cc1a85cd827d | |
| parent | f28cdc84fd1e68a16dd8230874fb5bfb16d92fa7 (diff) | |
foo
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
