diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-24 23:52:42 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-24 23:52:42 +0400 |
commit | 82bea85b66304a550df074e700078c0c0c5d602a (patch) | |
tree | dff862bd03f730285c81b1cabbc6e4f647112b78 /network-bittorrent.cabal | |
parent | a3b7d8442feaec251c38609712d24aea208becbb (diff) |
+ Add handshake pprint.
Move Peer to separated module since otherwise we have recursive
module dependencies.
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r-- | network-bittorrent.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index b408620b..98423512 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -24,9 +24,12 @@ library | |||
24 | exposed-modules: Data.Torrent | 24 | exposed-modules: Data.Torrent |
25 | , Data.Torrent.InfoHash | 25 | , Data.Torrent.InfoHash |
26 | , Network.BitTorrent | 26 | , Network.BitTorrent |
27 | , Network.BitTorrent.Peer | ||
27 | , Network.BitTorrent.PeerID | 28 | , Network.BitTorrent.PeerID |
29 | |||
28 | , Network.BitTorrent.Tracker | 30 | , Network.BitTorrent.Tracker |
29 | , Network.BitTorrent.Tracker.Scrape | 31 | , Network.BitTorrent.Tracker.Scrape |
32 | |||
30 | , Network.BitTorrent.PeerWire | 33 | , Network.BitTorrent.PeerWire |
31 | , Network.BitTorrent.PeerWire.ClientInfo | 34 | , Network.BitTorrent.PeerWire.ClientInfo |
32 | , Network.BitTorrent.PeerWire.Block | 35 | , Network.BitTorrent.PeerWire.Block |