From cf565c00983d9f9f63e9f2cb5be0b1ec8f5feb61 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Nov 2012 11:53:59 -0400 Subject: [PATCH] remove async build dep Not needed.. At least for now.. --- debian/control | 1 - doc/install/fromscratch.mdwn | 1 - git-annex.cabal | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 8bc39a3c84..a7ffe7f891 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 18759d6b48..000bc8451b 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 511d2f26e5..e993343ca8 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