summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-11 13:09:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-11 13:38:08 -0400
commit2fd3fde8b28fd5e188090ecd975122d6c3984396 (patch)
treedeab5bc5df01dd0bb16ca55663f3728f7168400e /git-annex.cabal
parent264bd9ebe37855d4005022df057da13ec8080afb (diff)
added a runTimeout function
This adds a dep on haskell's async library, but since that's been added to the recent haskell platform release, it should not be much hardship to my poor long-suffering library chasing users.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index ea6a78a04..d2ecc55ce 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -57,7 +57,7 @@ Executable git-annex
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
base (>= 4.5 && < 4.7), monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
- SafeSemaphore
+ SafeSemaphore, async
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility