diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-30 12:58:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-30 12:58:12 -0400 |
commit | f68afa9cc1bfadf0ef30741c444194f1aad7486d (patch) | |
tree | fdb982d2d38381f251478cc9c9bcf0d46246ba3a /doc | |
parent | 797adc6dfcdcb360401a93201ff590743058ecbd (diff) |
add missing data-default dependency (needed with new yesod only)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Could_not_find_module_Data.Default.mdwn | 2 | ||||
-rw-r--r-- | doc/install.mdwn | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/Could_not_find_module_Data.Default.mdwn b/doc/bugs/Could_not_find_module_Data.Default.mdwn index ec53d7ce5..64202de42 100644 --- a/doc/bugs/Could_not_find_module_Data.Default.mdwn +++ b/doc/bugs/Could_not_find_module_Data.Default.mdwn @@ -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]] 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) |