diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-07 19:44:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-07 19:44:20 -0400 |
commit | 24bfabe263204192acea3a1e9bb991111a8154a4 (patch) | |
tree | 1fe5f634269a75e4e826fa7ddc1c3462f506ac29 /doc/install.mdwn | |
parent | 01b908aea825f017adc566910ab0aa9a6c30774f (diff) |
add build dep on network-info
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 92b0897f4..65ef07589 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -66,6 +66,7 @@ libraries. To build and use git-annex by hand, you will need: * [hamlet](http://hackage.haskell.org/package/hamlet) * [clientsession](http://hackage.haskell.org/package/clientsession) * [network-multicast](http://hackage.haskell.org/package/network-multicast) + * [network-info](http://hackage.haskell.org/package/network-info) * Shell commands * [git](http://git-scm.com/) * [uuid](http://www.ossp.org/pkg/lib/uuid/) |