diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-07-09 06:16:48 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-07-09 06:16:48 +0400 |
commit | 2f8b349bafd7ff3d0877bd99c99420848f5cdfc2 (patch) | |
tree | beb335f55af4c7975d0b7bd2e2a765a61469932f /bittorrent.cabal | |
parent | 19efaca1db008a58a1c1b65395465550ec0b72b6 (diff) |
Implement DHT server methods.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 8b1f967c..345e8018 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -102,7 +102,7 @@ library | |||
102 | -- Network | 102 | -- Network |
103 | , network >= 2.4 | 103 | , network >= 2.4 |
104 | , HTTP >= 4000.2 | 104 | , HTTP >= 4000.2 |
105 | , krpc | 105 | , krpc >= 0.1.1 |
106 | 106 | ||
107 | -- System | 107 | -- System |
108 | , filepath >= 1 | 108 | , filepath >= 1 |