summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-09 03:39:34 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-09 03:39:34 +0400
commitf2ebdc9e4b0ad69a5a878c8e14b4e1a6bd34a831 (patch)
tree8e4e3a02fc1c2cb87773674bc192f6e6a81b1ad1 /bittorrent.cabal
parent7bbd628732ec65f9428d7792aa265152a88b5483 (diff)
~ Hide *.Protocol modules.
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: