From 41fcb3d852d756ed218f3458af1ff9c7ae6d0e1d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Jun 2012 09:15:47 -0400 Subject: Version build dependency on STM, and allow building without it, which disables the watch command. --- doc/install.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/install.mdwn') 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 -- cgit v1.2.3