diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-14 11:53:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-14 11:53:59 -0400 |
commit | d48031f8dd83e656b18c5fc77a26752fe2049242 (patch) | |
tree | 6acf1fc3eb7fb995088b6096d707edefd17c0405 /git-annex.cabal | |
parent | 5f01ab16671c46db15d890265167aace7a542b30 (diff) |
remove async build dep
Not needed.. At least for now..
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 511d2f26e..e993343ca 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, async + SafeSemaphore -- Need to list these because they're generated from .hsc files. Other-Modules: Utility.Touch Utility.Mounts Include-Dirs: Utility |