diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-25 22:04:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-25 22:04:10 -0400 |
commit | e6ce54de82c19999fb5adcd5fd1ea4001fd2059e (patch) | |
tree | fdf84eeacf285f280fc5aae9286c429ae16dcf94 /doc/install.mdwn | |
parent | 32d3cffc4cf075d7c20fee8addc556f402e94cd2 (diff) |
build fixes
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 058c3cf6e..619d5fa11 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -42,14 +42,19 @@ To build and use git-annex, you will need: * [bloomfilter](http://hackage.haskell.org/package/bloomfilter) * [edit-distance](http://hackage.haskell.org/package/edit-distance) * [hS3](http://hackage.haskell.org/package/hS3) (optional) +* Optional haskell stuff, used by the assistant and webapp (edit Makefile to disable) * [stm](http://hackage.haskell.org/package/stm) - (optional; version 2.3 or newer) + (version 2.3 or newer) * [hinotify](http://hackage.haskell.org/package/hinotify) - (optional; Linux only) + (Linux only) * [dbus](http://hackage.haskell.org/package/dbus) - (optional) * [yesod](http://hackage.haskell.org/package/yesod) - (optional; for webapp) + * [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) * Shell commands * [git](http://git-scm.com/) * [uuid](http://www.ossp.org/pkg/lib/uuid/) |