always depend on async

This commit is contained in:
Joey Hess 2013-10-26 11:46:45 -04:00
parent c3bb7f4ef9
commit 76dd6f814d
3 changed files with 6 additions and 3 deletions

View file

@ -24,3 +24,6 @@ This is the patch I applied to `git-annex.cabal`:
if os(linux) && flag(Dbus)
Build-Depends: dbus (>= 0.10.3)
CPP-Options: -DWITH_DBUS
> Feel async is core enough it should depend on it unconditionally.
> [[done]] --[[Joey]]