diff options
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r-- | network-bittorrent.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index 00ed2162..6a14b3e9 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -23,9 +23,13 @@ source-repository head | |||
23 | library | 23 | library |
24 | exposed-modules: Data.Torrent | 24 | exposed-modules: Data.Torrent |
25 | , Data.Torrent.InfoHash | 25 | , Data.Torrent.InfoHash |
26 | |||
26 | , Network.BitTorrent | 27 | , Network.BitTorrent |
28 | |||
27 | , Network.BitTorrent.Peer | 29 | , Network.BitTorrent.Peer |
28 | , Network.BitTorrent.PeerID | 30 | , Network.BitTorrent.Peer.Addr |
31 | , Network.BitTorrent.Peer.ID | ||
32 | , Network.BitTorrent.Peer.ClientInfo | ||
29 | 33 | ||
30 | , Network.BitTorrent.Tracker | 34 | , Network.BitTorrent.Tracker |
31 | , Network.BitTorrent.Tracker.Protocol | 35 | , Network.BitTorrent.Tracker.Protocol |
@@ -34,7 +38,6 @@ library | |||
34 | , Network.BitTorrent.PeerWire | 38 | , Network.BitTorrent.PeerWire |
35 | , Network.BitTorrent.PeerWire.Bitfield | 39 | , Network.BitTorrent.PeerWire.Bitfield |
36 | , Network.BitTorrent.PeerWire.Block | 40 | , Network.BitTorrent.PeerWire.Block |
37 | , Network.BitTorrent.PeerWire.ClientInfo | ||
38 | , Network.BitTorrent.PeerWire.Message | 41 | , Network.BitTorrent.PeerWire.Message |
39 | , Network.BitTorrent.PeerWire.Handshake | 42 | , Network.BitTorrent.PeerWire.Handshake |
40 | 43 | ||