diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-26 11:46:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-26 11:46:45 -0400 |
commit | 670ee13716e606e93b05e060838b8c6de58bdd6d (patch) | |
tree | 86deddd32adf0e11aad545fe2a5d1f17b646d931 /doc/install | |
parent | c662dda2e4bb04230c36d7310f84d69858b826b1 (diff) |
always depend on async
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/fromscratch.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/fromscratch.mdwn b/doc/install/fromscratch.mdwn index c85de7ef0..ae9065cd0 100644 --- a/doc/install/fromscratch.mdwn +++ b/doc/install/fromscratch.mdwn @@ -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) |