add missing data-default dependency (needed with new yesod only)

This commit is contained in:
Joey Hess 2012-08-30 12:58:12 -04:00
parent 797adc6dfc
commit f68afa9cc1
3 changed files with 4 additions and 1 deletions

View file

@ -29,3 +29,5 @@ Arch Linux
**Please provide any additional information below.**
When I add data-default to git-annex.cabal's Build-Deps it works fine.
> Thanks, [[done]]. --[[Joey]]

View file

@ -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)