add missing data-default dependency (needed with new yesod only)
This commit is contained in:
parent
797adc6dfc
commit
f68afa9cc1
3 changed files with 4 additions and 1 deletions
|
@ -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]]
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue