summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-26 11:46:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-26 11:46:45 -0400
commit670ee13716e606e93b05e060838b8c6de58bdd6d (patch)
tree86deddd32adf0e11aad545fe2a5d1f17b646d931 /git-annex.cabal
parentc662dda2e4bb04230c36d7310f84d69858b826b1 (diff)
always depend on async
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index d8ca54651..e82e210c4 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -82,7 +82,7 @@ Executable git-annex
extensible-exceptions, dataenc, SHA, process, json,
base (>= 4.5 && < 4.9), monad-control, MonadCatchIO-transformers,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
- SafeSemaphore, uuid, random, dlist, unix-compat
+ SafeSemaphore, uuid, random, dlist, unix-compat, async
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility
@@ -121,7 +121,7 @@ Executable git-annex
CPP-Options: -DWITH_WEBDAV
if flag(Assistant) && ! os(windows) && ! os(solaris)
- Build-Depends: async, stm (>= 2.3)
+ Build-Depends: stm (>= 2.3)
CPP-Options: -DWITH_ASSISTANT
if flag(Android)