diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-07-21 02:13:59 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-07-21 02:13:59 +0400 |
commit | 5d5a7dab5ab0d5d7e35617f8476382a99b38d6db (patch) | |
tree | dccb1f72a7f3ccdb4d1896272dcf6bbedebf2254 /bittorrent.cabal | |
parent | da55acae9bba103ddda4385cb4d8918afcad7be1 (diff) |
~ Move HTTP tracker stuff to its own module.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index f97aa746..508af22c 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -53,11 +53,15 @@ library | |||
53 | if flag(testing) | 53 | if flag(testing) |
54 | exposed-modules: Network.BitTorrent.Exchange.Protocol | 54 | exposed-modules: Network.BitTorrent.Exchange.Protocol |
55 | , Network.BitTorrent.Tracker.Protocol | 55 | , Network.BitTorrent.Tracker.Protocol |
56 | , Network.BitTorrent.Tracker.HTTP | ||
57 | , Network.BitTorrent.Tracker.UDP | ||
56 | , Network.BitTorrent.DHT.Protocol | 58 | , Network.BitTorrent.DHT.Protocol |
57 | , System.IO.MMap.Fixed | 59 | , System.IO.MMap.Fixed |
58 | if !flag(testing) | 60 | if !flag(testing) |
59 | other-modules: Network.BitTorrent.Exchange.Protocol | 61 | other-modules: Network.BitTorrent.Exchange.Protocol |
60 | , Network.BitTorrent.Tracker.Protocol | 62 | , Network.BitTorrent.Tracker.Protocol |
63 | , Network.BitTorrent.Tracker.HTTP | ||
64 | , Network.BitTorrent.Tracker.UDP | ||
61 | , Network.BitTorrent.DHT.Protocol | 65 | , Network.BitTorrent.DHT.Protocol |
62 | , System.IO.MMap.Fixed | 66 | , System.IO.MMap.Fixed |
63 | 67 | ||