diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-07 21:48:28 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-07 21:48:28 +0400 |
commit | 4296031c4c1b004ec2271c0028ab603c3f6c4e8a (patch) | |
tree | ae7bd740d7caf5b1b5558fe79d6c2d93a4a239c2 /network-bittorrent.cabal | |
parent | 8853d0fa11db7ef39e2a6b4b8132ebe844a52c19 (diff) |
move handshake to PeerWire
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r-- | network-bittorrent.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index 50ff549f..903c7ae7 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -19,11 +19,13 @@ source-repository head | |||
19 | library | 19 | library |
20 | exposed-modules: Data.Torrent | 20 | exposed-modules: Data.Torrent |
21 | , Network.Torrent | 21 | , Network.Torrent |
22 | , Network.Torrent.PeerID | ||
22 | , Network.Torrent.Tracker | 23 | , Network.Torrent.Tracker |
23 | , Network.Torrent.Tracker.Scrape | 24 | , Network.Torrent.Tracker.Scrape |
24 | , Network.Torrent.PeerWire | 25 | , Network.Torrent.PeerWire |
25 | , Network.Torrent.PeerID | 26 | , Network.Torrent.PeerWire.Handshake |
26 | , Network.Torrent.Handshake | 27 | |
28 | |||
27 | other-modules: | 29 | other-modules: |
28 | 30 | ||
29 | 31 | ||