Version build dependency on STM, and allow building without it, which disables the watch command.

This commit is contained in:
Joey Hess 2012-06-26 09:15:47 -04:00
parent 6168795c1a
commit 41fcb3d852
7 changed files with 27 additions and 6 deletions

View file

@ -152,3 +152,8 @@ I am trying to install git-annex 3.20120624 using cabal. My currently installed
ExitFailure 1
This is using haskell-platform 2012.1.0.0~debian1 on Ubuntu 12.04.
> Turns out it needs version 2.3 of the STM library. (libghc-stm-dev
> package). I've made cabal detect an older version and skip building
> the new `git annex watch` command, so you'll be able to build the next
> release. [[done]] --[[Joey]]