summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-05 04:22:32 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-05 04:22:32 +0400
commit36d3f9b1d3e536035a02bf0afd33c2f0efa6e892 (patch)
tree5f24d419e9b6dfbccfb2557124b698a4ed2e0327 /bittorrent.cabal
parent74df228e2d8cbe27049f65a70253a59e67c7acc0 (diff)
Move piece selection algorithms to separate module
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal7
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