always depend on async
This commit is contained in:
parent
c3bb7f4ef9
commit
76dd6f814d
3 changed files with 6 additions and 3 deletions
|
@ -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]]
|
||||
|
|
|
@ -24,6 +24,7 @@ quite a lot.
|
|||
* [regex-tdfa](http://hackage.haskell.org/package/regex-tdfa)
|
||||
* [extensible-exceptions](http://hackage.haskell.org/package/extensible-exceptions)
|
||||
* [feed](http://hackage.haskell.org/package/feed)
|
||||
* [async](http://hackage.haskell.org/package/async)
|
||||
* Optional haskell stuff, used by the [[assistant]] and its webapp
|
||||
* [stm](http://hackage.haskell.org/package/stm)
|
||||
(version 2.3 or newer)
|
||||
|
@ -48,7 +49,6 @@ quite a lot.
|
|||
* [network-protocol-xmpp](http://hackage.haskell.org/package/network-protocol-xmpp)
|
||||
* [dns](http://hackage.haskell.org/package/dns)
|
||||
* [xml-types](http://hackage.haskell.org/package/xml-types)
|
||||
* [async](http://hackage.haskell.org/package/async)
|
||||
* [HTTP](http://hackage.haskell.org/package/HTTP)
|
||||
* [unix-compat](http://hackage.haskell.org/package/unix-compat)
|
||||
* [MonadCatchIO-transformers](http://hackage.haskell.org/package/MonadCatchIO-transformers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue