remove async build dep

Not needed.. At least for now..
This commit is contained in:
Joey Hess 2012-11-14 11:53:59 -04:00
parent 98d45cd383
commit cf565c0098
3 changed files with 1 additions and 3 deletions

1
debian/control vendored
View file

@ -42,7 +42,6 @@ Build-Depends:
libghc-network-protocol-xmpp-dev (>= 0.4.3-1+b1), libghc-network-protocol-xmpp-dev (>= 0.4.3-1+b1),
libghc-gnutls-dev (>= 0.1.4), libghc-gnutls-dev (>= 0.1.4),
libghc-xml-types-dev, libghc-xml-types-dev,
libghc-async-dev,
ikiwiki, ikiwiki,
perlmagick, perlmagick,
git, git,

View file

@ -19,7 +19,6 @@ quite a lot.
* [edit-distance](http://hackage.haskell.org/package/edit-distance) * [edit-distance](http://hackage.haskell.org/package/edit-distance)
* [hS3](http://hackage.haskell.org/package/hS3) (optional) * [hS3](http://hackage.haskell.org/package/hS3) (optional)
* [SafeSemaphore](http://hackage.haskell.org/package/SafeSemaphore) * [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) * Optional haskell stuff, used by the [[assistant]] and its webapp (edit Makefile to disable)
* [stm](http://hackage.haskell.org/package/stm) * [stm](http://hackage.haskell.org/package/stm)
(version 2.3 or newer) (version 2.3 or newer)

View file

@ -57,7 +57,7 @@ Executable git-annex
pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP, pcre-light, extensible-exceptions, dataenc, SHA, process, json, HTTP,
base (>= 4.5 && < 4.7), monad-control, transformers-base, lifted-base, base (>= 4.5 && < 4.7), monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
SafeSemaphore, async SafeSemaphore
-- Need to list these because they're generated from .hsc files. -- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility Include-Dirs: Utility