enable explicit-setup-deps

This commit is contained in:
Joey Hess 2016-05-05 15:35:57 -04:00
parent cf587a795e
commit 3e79a2f114
Failed to extract signature
3 changed files with 7 additions and 1 deletions

View file

@ -42,7 +42,7 @@ and avoids build failures due to fast-changing haskell libraries.
First, [install stack](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md)
It will be part of the Haskell Platform soon. On Debian unstable/testing:
sudo apt-get install haskell-stack zlib1g-dev
sudo apt-get install haskell-stack zlib1g-dev libtinfo-dev
Use stack to install all dependencies and git-annex: