diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-28 19:14:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-28 19:14:30 -0400 |
commit | 5833d9363006aea862f6ef8810fe61ebd03f0bb9 (patch) | |
tree | f51f31edb28743ad848c98803a7d8e21c252a694 /doc/install | |
parent | b64f43388c7b2c69ec0e930553363d6a419d2f45 (diff) |
support using haskell-dns for SRV lookups
This library should be easier to install than ADNS, so I've made it
be used by default.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/fromscratch.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn index f79ae7dc7..57b92237e 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -43,6 +43,7 @@ quite a lot. * [network-multicast](http://hackage.haskell.org/package/network-multicast) * [network-info](http://hackage.haskell.org/package/network-info) * [network-protocol-xmpp](http://hackage.haskell.org/package/network-protocol-xmpp) + * [dns](http://hackage.haskell.org/package/dns) * Shell commands * [git](http://git-scm.com/) * [uuid](http://www.ossp.org/pkg/lib/uuid/) |