diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 3af9d852..6d31ca1f 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -52,25 +52,27 @@ library | |||
52 | , Data.Torrent.Progress | 52 | , Data.Torrent.Progress |
53 | , Data.Torrent.Tree | 53 | , Data.Torrent.Tree |
54 | , Data.Torrent.URN | 54 | , Data.Torrent.URN |
55 | -- , Network.BitTorrent | ||
55 | , Network.BitTorrent.Core.PeerId | 56 | , Network.BitTorrent.Core.PeerId |
56 | , Network.BitTorrent.Core.PeerAddr | 57 | , Network.BitTorrent.Core.PeerAddr |
57 | -- , System.IO.MMap.Fixed | 58 | -- , Network.BitTorrent.DHT |
58 | -- , System.Torrent.Storage | 59 | -- , Network.BitTorrent.DHT.Protocol |
59 | -- Network.BitTorrent | 60 | -- , Network.BitTorrent.DHT.Session |
60 | -- , Network.BitTorrent.Extension | 61 | -- , Network.BitTorrent.Exchange |
61 | -- , Network.BitTorrent.Peer | 62 | -- , Network.BitTorrent.Exchange.Message |
62 | -- , Network.BitTorrent.Tracker | 63 | -- , Network.BitTorrent.Exchange.Session |
64 | -- , Network.BitTorrent.Exchange.Status | ||
65 | -- , Network.BitTorrent.Exchange.Wire | ||
66 | -- , Network.BitTorrent.Extension | ||
67 | -- , Network.BitTorrent.Tracker | ||
63 | , Network.BitTorrent.Tracker.Message | 68 | , Network.BitTorrent.Tracker.Message |
64 | -- , Network.BitTorrent.Tracker.HTTP | 69 | -- , Network.BitTorrent.Tracker.HTTP |
65 | -- , Network.BitTorrent.Tracker.UDP | 70 | -- , Network.BitTorrent.Tracker.UDP |
66 | -- , Network.BitTorrent.Exchange | 71 | -- , Network.BitTorrent.Tracker.Session |
67 | -- , Network.BitTorrent.Exchange.Protocol | 72 | -- , Network.BitTorrent.Session |
68 | -- , Network.BitTorrent.Exchange.Message.Extended | 73 | -- , Network.BitTorrent.Session.Types |
69 | -- , Network.BitTorrent.Exchange.Status | 74 | -- , System.IO.MMap.Fixed |
70 | -- , Network.BitTorrent.DHT | 75 | -- , System.Torrent.Storage |
71 | -- , Network.BitTorrent.DHT.Protocol | ||
72 | -- , Network.BitTorrent.Sessions | ||
73 | -- Network.BitTorrent.Sessions.Types | ||
74 | other-modules: Paths_bittorrent | 76 | other-modules: Paths_bittorrent |
75 | 77 | ||
76 | build-depends: base == 4.* | 78 | build-depends: base == 4.* |