summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal11
1 files changed, 8 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index cdc332ab..3b5d0a90 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -41,14 +41,19 @@ library
41 , Network.BitTorrent.Peer 41 , Network.BitTorrent.Peer
42 42
43 , Network.BitTorrent.Tracker 43 , Network.BitTorrent.Tracker
44 , Network.BitTorrent.Tracker.Protocol
45 , Network.BitTorrent.Tracker.Scrape 44 , Network.BitTorrent.Tracker.Scrape
46 45
47 , Network.BitTorrent.Exchange 46 , Network.BitTorrent.Exchange
48 , Network.BitTorrent.Exchange.Selection 47 , Network.BitTorrent.Exchange.Selection
49 , Network.BitTorrent.Exchange.Protocol
50 48
51 other-modules: 49 if flag(testing)
50 exposed-modules: Network.BitTorrent.Exchange.Protocol
51 , Network.BitTorrent.Tracker.Protocol
52
53 if !flag(testing)
54 other-modules:
55 Network.BitTorrent.Exchange.Protocol
56 , Network.BitTorrent.Tracker.Protocol
52 57
53 58
54 build-depends: 59 build-depends: