diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 22c2794a..fc19fef9 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -44,9 +44,10 @@ library | |||
44 | , Network.BitTorrent.Tracker | 44 | , Network.BitTorrent.Tracker |
45 | , Network.BitTorrent.Exchange | 45 | , Network.BitTorrent.Exchange |
46 | , Network.BitTorrent.DHT | 46 | , Network.BitTorrent.DHT |
47 | , Network.BitTorrent.Discovery | ||
47 | , System.Torrent.Storage | 48 | , System.Torrent.Storage |
48 | Network.BitTorrent.Internal | 49 | |
49 | other-modules: | 50 | other-modules: Network.BitTorrent.Internal |
50 | if flag(testing) | 51 | if flag(testing) |
51 | exposed-modules: Network.BitTorrent.Exchange.Protocol | 52 | exposed-modules: Network.BitTorrent.Exchange.Protocol |
52 | , Network.BitTorrent.Tracker.Protocol | 53 | , Network.BitTorrent.Tracker.Protocol |
@@ -54,6 +55,7 @@ library | |||
54 | if !flag(testing) | 55 | if !flag(testing) |
55 | other-modules: Network.BitTorrent.Exchange.Protocol | 56 | other-modules: Network.BitTorrent.Exchange.Protocol |
56 | , Network.BitTorrent.Tracker.Protocol | 57 | , Network.BitTorrent.Tracker.Protocol |
58 | , Network.BitTorrent.DHT.Protocol | ||
57 | , System.IO.MMap.Fixed | 59 | , System.IO.MMap.Fixed |
58 | 60 | ||
59 | build-depends: base == 4.* | 61 | build-depends: base == 4.* |