aboutsummaryrefslogtreecommitdiff
path: root/doc/install.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-30 12:58:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-30 12:58:12 -0400
commitf68afa9cc1bfadf0ef30741c444194f1aad7486d (patch)
treefdb982d2d38381f251478cc9c9bcf0d46246ba3a /doc/install.mdwn
parent797adc6dfcdcb360401a93201ff590743058ecbd (diff)
add missing data-default dependency (needed with new yesod only)
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r--doc/install.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 86c30ec7a..31a5b15d3 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -52,6 +52,7 @@ libraries. To build and use git-annex by hand, you will need:
* [yesod](http://hackage.haskell.org/package/yesod)
* [yesod-static](http://hackage.haskell.org/package/yesod-static)
* [yesod-default](http://hackage.haskell.org/package/yesod-default)
+ * [data-default](http://hackage.haskell.org/package/data-default)
* [case-insensitive](http://hackage.haskell.org/package/case-insensitive)
* [http-types](http://hackage.haskell.org/package/http-types)
* [transformers](http://hackage.haskell.org/package/transformers)