summaryrefslogtreecommitdiff
path: root/doc/bugs/error_building_git-annex_3.20120624_using_cabal.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/bugs/error_building_git-annex_3.20120624_using_cabal.mdwn
parent6168795c1a92c509bbd16e29717d9a02afe8414c (diff)
Version build dependency on STM, and allow building without it, which disables the watch command.
Diffstat (limited to 'doc/bugs/error_building_git-annex_3.20120624_using_cabal.mdwn')
-rw-r--r--doc/bugs/error_building_git-annex_3.20120624_using_cabal.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/error_building_git-annex_3.20120624_using_cabal.mdwn b/doc/bugs/error_building_git-annex_3.20120624_using_cabal.mdwn
index 63dc23c2d..df83f4e4e 100644
--- a/doc/bugs/error_building_git-annex_3.20120624_using_cabal.mdwn
+++ b/doc/bugs/error_building_git-annex_3.20120624_using_cabal.mdwn
@@ -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]]