adns is no longer needed, it uses the Haskell DNS library instead

This commit is contained in:
Joey Hess 2012-10-29 13:15:30 -04:00
parent 7d7dea2e0e
commit 1df7417403

View file

@ -11,7 +11,7 @@ builds a standalone git-annex.app of the git-annex assistant.
<pre>
sudo brew update
sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre adns libgsasl
sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre libgsasl
cabal update
cabal install git-annex --bindir=$HOME/bin
</pre>