summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-11 12:20:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-11 12:21:18 -0400
commit129f6123fe933310829986fd5a99a9fd6911ca0f (patch)
tree2d8b172e0cfa7fc5aa36b8347bc79c5501c01524 /git-annex.cabal
parenta5a3cd55ac2bab656824e48d29ead8382c583b01 (diff)
Build with ghc's threaded runtime, so threaded code does not busy-wait.
Sort of a work around for http://bugs.debian.org/677096
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3459eaae0..9bfb5eec6 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 3.20120611
+Version: 3.20120612
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
@@ -36,10 +36,11 @@ Executable git-annex
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
base == 4.5.*, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance,
- hinotify, STM
+ hinotify, stm
Other-Modules: Utility.Touch
C-Sources: Utility/libdiskfree.c
Extensions: CPP
+ GHC-options: -threaded
if flag(S3)
Build-Depends: hS3
@@ -53,7 +54,7 @@ Test-Suite test
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
base == 4.5.*, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance,
- hinotify, STM
+ hinotify, stm
C-Sources: Utility/libdiskfree.c
Extensions: CPP