diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-11 08:02:09 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-11 08:02:09 +0400 |
commit | 0e3903fa3d486c57504837fd497a3a348793f7fc (patch) | |
tree | b47f210c347062ca8fbe7c34012bb36107c86e52 /bittorrent.cabal | |
parent | 0254b200cd4aa5245c37c7a650f8b14567a3b4cf (diff) |
~ Merge Scrape to Tracker.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index febea84e..326cbb2a 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -35,14 +35,10 @@ flag testing | |||
35 | library | 35 | library |
36 | exposed-modules: Data.Torrent | 36 | exposed-modules: Data.Torrent |
37 | , Data.Bitfield | 37 | , Data.Bitfield |
38 | |||
39 | , Network.BitTorrent | 38 | , Network.BitTorrent |
40 | , Network.BitTorrent.Extension | 39 | , Network.BitTorrent.Extension |
41 | , Network.BitTorrent.Peer | 40 | , Network.BitTorrent.Peer |
42 | |||
43 | , Network.BitTorrent.Tracker | 41 | , Network.BitTorrent.Tracker |
44 | , Network.BitTorrent.Tracker.Scrape | ||
45 | |||
46 | , Network.BitTorrent.Exchange | 42 | , Network.BitTorrent.Exchange |
47 | 43 | ||
48 | other-modules: Network.BitTorrent.Internal | 44 | other-modules: Network.BitTorrent.Internal |