summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-14 11:53:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-14 11:53:59 -0400
commitd48031f8dd83e656b18c5fc77a26752fe2049242 (patch)
tree6acf1fc3eb7fb995088b6096d707edefd17c0405
parent5f01ab16671c46db15d890265167aace7a542b30 (diff)
remove async build dep
Not needed.. At least for now..
-rw-r--r--debian/control1
-rw-r--r--doc/install/fromscratch.mdwn1
-rw-r--r--git-annex.cabal2
3 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 8bc39a3c8..a7ffe7f89 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,6 @@ Build-Depends:
libghc-network-protocol-xmpp-dev (>= 0.4.3-1+b1),
libghc-gnutls-dev (>= 0.1.4),
libghc-xml-types-dev,
- libghc-async-dev,
ikiwiki,
perlmagick,
git,
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn
index 18759d6b4..000bc8451 100644
--- a/doc/install/fromscratch.mdwn
+++ b/doc/install/fromscratch.mdwn
@@ -19,7 +19,6 @@ quite a lot.
* [edit-distance](http://hackage.haskell.org/package/edit-distance)
* [hS3](http://hackage.haskell.org/package/hS3) (optional)
* [SafeSemaphore](http://hackage.haskell.org/package/SafeSemaphore)
- * [async](http://hackage.haskell.org/package/async)
* Optional haskell stuff, used by the [[assistant]] and its webapp (edit Makefile to disable)
* [stm](http://hackage.haskell.org/package/stm)
(version 2.3 or newer)
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