diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-01-12 13:25:29 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-01-12 13:25:29 +0400 |
commit | e3d3fb375ca01aa844e86b8a4c5ca507919518d3 (patch) | |
tree | 75b923d8298577d6328ff6985399ee3625132ca8 /bittorrent.cabal | |
parent | b8f976b3df0af5d27f926022d7c7624609fc1072 (diff) |
Fetch infodict concurrently
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 912af6a7..b661cf72 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -105,6 +105,7 @@ library | |||
105 | 105 | ||
106 | -- Concurrency | 106 | -- Concurrency |
107 | , SafeSemaphore | 107 | , SafeSemaphore |
108 | , lifted-async | ||
108 | -- , BoundedChan >= 1.0.1.0 | 109 | -- , BoundedChan >= 1.0.1.0 |
109 | , stm >= 2.4 | 110 | , stm >= 2.4 |
110 | 111 | ||
@@ -259,6 +260,7 @@ executable mktorrent | |||
259 | , mtl | 260 | , mtl |
260 | , conduit | 261 | , conduit |
261 | , lens | 262 | , lens |
263 | , async | ||
262 | , parallel-io | 264 | , parallel-io |
263 | 265 | ||
264 | , network | 266 | , network |