diff options
author | 2013-01-26 14:14:32 +1100 | |
---|---|---|
committer | 2013-01-26 14:14:32 +1100 | |
commit | 44d7913686ccfef4e6cbd0fdc2b5611aa944ec70 (patch) | |
tree | b8343b59f6730ff31fb7b88ffc11e13073d88c8e /git-annex.cabal | |
parent | 28eb1f598b1f494b6de815593fa8bfb9aaaeb250 (diff) |
use async to track and manage threads
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 2ff3fb970..7b3d8a7c4 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -75,6 +75,9 @@ Executable git-annex if flag(WebDAV) Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types CPP-Options: -DWITH_WEBDAV + + if flag(Assistant) + Build-Depends: async if flag(Assistant) && ! os(windows) && ! os(solaris) Build-Depends: stm >= 2.3 |