diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 04:22:32 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 04:22:32 +0400 |
commit | 36d3f9b1d3e536035a02bf0afd33c2f0efa6e892 (patch) | |
tree | 5f24d419e9b6dfbccfb2557124b698a4ed2e0327 /bittorrent.cabal | |
parent | 74df228e2d8cbe27049f65a70253a59e67c7acc0 (diff) |
Move piece selection algorithms to separate module
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index e4dbd626..5bca228c 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -42,7 +42,7 @@ library | |||
42 | , RecordWildCards | 42 | , RecordWildCards |
43 | hs-source-dirs: src | 43 | hs-source-dirs: src |
44 | exposed-modules: Data.Torrent | 44 | exposed-modules: Data.Torrent |
45 | -- Data.Torrent.Bitfield | 45 | Data.Torrent.Bitfield |
46 | Data.Torrent.Client | 46 | Data.Torrent.Client |
47 | Data.Torrent.InfoHash | 47 | Data.Torrent.InfoHash |
48 | Data.Torrent.Layout | 48 | Data.Torrent.Layout |
@@ -62,12 +62,13 @@ library | |||
62 | -- Network.BitTorrent.Exchange.Assembler | 62 | -- Network.BitTorrent.Exchange.Assembler |
63 | Network.BitTorrent.Exchange.Block | 63 | Network.BitTorrent.Exchange.Block |
64 | Network.BitTorrent.Exchange.Message | 64 | Network.BitTorrent.Exchange.Message |
65 | Network.BitTorrent.Exchange.Selection | ||
65 | -- Network.BitTorrent.Exchange.Session | 66 | -- Network.BitTorrent.Exchange.Session |
66 | Network.BitTorrent.Exchange.Status | 67 | Network.BitTorrent.Exchange.Status |
67 | -- Network.BitTorrent.Exchange.Wire | 68 | Network.BitTorrent.Exchange.Wire |
68 | -- Network.BitTorrent.Tracker | 69 | -- Network.BitTorrent.Tracker |
69 | -- Network.BitTorrent.Tracker.RPC | ||
70 | Network.BitTorrent.Tracker.Message | 70 | Network.BitTorrent.Tracker.Message |
71 | -- Network.BitTorrent.Tracker.RPC | ||
71 | Network.BitTorrent.Tracker.RPC.HTTP | 72 | Network.BitTorrent.Tracker.RPC.HTTP |
72 | Network.BitTorrent.Tracker.RPC.UDP | 73 | Network.BitTorrent.Tracker.RPC.UDP |
73 | Network.BitTorrent.Tracker.Wai | 74 | Network.BitTorrent.Tracker.Wai |