build fixes

This commit is contained in:
Joey Hess 2012-07-25 22:04:10 -04:00
parent 32d3cffc4c
commit e6ce54de82
4 changed files with 20 additions and 6 deletions

View file

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