diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-07-13 05:22:31 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-07-13 05:22:31 +0400 |
commit | eecd91150b33d6363419daa8e0461984061ed06c (patch) | |
tree | f69c7c9231f717f6755dc9e59618f4afa4ba3c1a /bittorrent.cabal | |
parent | 9c9924831ccd975b359ea20101663502b467c99f (diff) |
+ Add listener service.
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.* |