diff options
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 | ||