aboutsummaryrefslogtreecommitdiff
path: root/doc/install.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-26 09:15:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-26 09:15:47 -0400
commit41fcb3d852d756ed218f3458af1ff9c7ae6d0e1d (patch)
tree8696e46240610e4bdab657d38b6209cf50914982 /doc/install.mdwn
parent6168795c1a92c509bbd16e29717d9a02afe8414c (diff)
Version build dependency on STM, and allow building without it, which disables the watch command.
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r--doc/install.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index a009ee00d..3168976f4 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -37,12 +37,13 @@ To build and use git-annex, you will need:
* [TestPack](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack)
* [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck)
* [HTTP](http://hackage.haskell.org/package/HTTP)
- * [hS3](http://hackage.haskell.org/package/hS3) (optional)
* [json](http://hackage.haskell.org/package/json)
* [IfElse](http://hackage.haskell.org/package/IfElse)
* [bloomfilter](http://hackage.haskell.org/package/bloomfilter)
* [edit-distance](http://hackage.haskell.org/package/edit-distance)
+ * [hS3](http://hackage.haskell.org/package/hS3) (optional)
* [stm](http://hackage.haskell.org/package/stm)
+ (optional; version 2.3 or newer)
* [hinotify](http://hackage.haskell.org/package/hinotify)
(optional; Linux only)
* Shell commands