diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index 33b8fabac4..062aa6430b 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -41,7 +41,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) On Debian: - sudo apt-get install haskell-stack zlib1g-dev libtinfo-dev + sudo apt-get install haskell-stack zlib1g-dev Get the git-annex source code, and inside the source tree run: diff --git a/stack.yaml b/stack.yaml index 8ca5d73830..789a8ad2c2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,5 +22,3 @@ extra-deps: - network-multicast-0.3.2 - sandi-0.5 - torrent-10000.1.1 -explicit-setup-deps: - git-annex: true