diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-18 22:00:45 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-18 22:00:45 +0400 |
commit | 4b5b7b56445fe2521e89146b2761de6b7534e59d (patch) | |
tree | 2cab54daaf84e87ba3c9e2db67309c560c6a6f76 /bittorrent.cabal | |
parent | 8bff89d4dd6354288c8b01395bcf6103c6edfe19 (diff) |
Add the new purified routing table
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 b193e0cc..0d4005a9 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -60,6 +60,7 @@ library | |||
60 | -- Network.BitTorrent.DHT | 60 | -- Network.BitTorrent.DHT |
61 | -- Network.BitTorrent.DHT.Message | 61 | -- Network.BitTorrent.DHT.Message |
62 | -- Network.BitTorrent.DHT.Protocol | 62 | -- Network.BitTorrent.DHT.Protocol |
63 | Network.BitTorrent.DHT.Routing | ||
63 | -- Network.BitTorrent.DHT.Session | 64 | -- Network.BitTorrent.DHT.Session |
64 | -- Network.BitTorrent.Exchange | 65 | -- Network.BitTorrent.Exchange |
65 | Network.BitTorrent.Exchange.Assembler | 66 | Network.BitTorrent.Exchange.Assembler |
@@ -111,6 +112,7 @@ library | |||
111 | , data-default >= 0.4 | 112 | , data-default >= 0.4 |
112 | -- , data-dword | 113 | -- , data-dword |
113 | , intset >= 0.1 | 114 | , intset >= 0.1 |
115 | , PSQueue >= 1.1 | ||
114 | , split >= 0.2 | 116 | , split >= 0.2 |
115 | , text >= 0.11.0 | 117 | , text >= 0.11.0 |
116 | , unordered-containers | 118 | , unordered-containers |