update build deps
This commit is contained in:
parent
9d6b59d0e2
commit
6cecc26206
4 changed files with 18 additions and 6 deletions
|
@ -23,7 +23,8 @@ it yourself and [[manually_build_with_cabal|install/cabal]].
|
|||
|
||||
## Installation by hand
|
||||
|
||||
To build and use git-annex, you will need:
|
||||
This is not recommended, it's easier to let cabal pull in the many haskell
|
||||
libraries. To build and use git-annex by hand, you will need:
|
||||
|
||||
* Haskell stuff
|
||||
* [The Haskell Platform](http://haskell.org/platform/) (GHC 7.4 or newer)
|
||||
|
@ -49,12 +50,17 @@ To build and use git-annex, you will need:
|
|||
(Linux only)
|
||||
* [dbus](http://hackage.haskell.org/package/dbus)
|
||||
* [yesod](http://hackage.haskell.org/package/yesod)
|
||||
* [yesod-static](http://hackage.haskell.org/package/yesod-static)
|
||||
* [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)
|
||||
* [wai](http://hackage.haskell.org/package/wai)
|
||||
* [wai-logger](http://hackage.haskell.org/package/wai-logger)
|
||||
* [warp](http://hackage.haskell.org/package/warp)
|
||||
* [blaze-builder](http://hackage.haskell.org/package/blaze-builder)
|
||||
* [blaze-html](http://hackage.haskell.org/package/blaze-html)
|
||||
* [crypto-api](http://hackage.haskell.org/package/crypto-api)
|
||||
* [hamlet](http://hackage.haskell.org/package/hamlet)
|
||||
* Shell commands
|
||||
* [git](http://git-scm.com/)
|
||||
* [uuid](http://www.ossp.org/pkg/lib/uuid/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue