summaryrefslogtreecommitdiff
path: root/src/Network/Torrent.hs
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-07 21:38:01 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-07 21:38:01 +0400
commit8853d0fa11db7ef39e2a6b4b8132ebe844a52c19 (patch)
tree1046749c290f693515be0e102b37da5de42761c5 /src/Network/Torrent.hs
parent196ce36ef8b2a6183e06f4ef7b8f2706db1e9455 (diff)
rename THP to Tracker
Diffstat (limited to 'src/Network/Torrent.hs')
-rw-r--r--src/Network/Torrent.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/Torrent.hs b/src/Network/Torrent.hs
index 30d19424..a9194d3e 100644
--- a/src/Network/Torrent.hs
+++ b/src/Network/Torrent.hs
@@ -1,11 +1,11 @@
1module Network.Torrent 1module Network.Torrent
2 ( module Network.Torrent.PeerID 2 ( module Network.Torrent.PeerID
3 , module Network.Torrent.THP 3 , module Network.Torrent.Tracker
4 , module Network.Torrent.PeerWire 4 , module Network.Torrent.PeerWire
5 , module Network.Torrent.Handshake 5 , module Network.Torrent.Handshake
6 ) where 6 ) where
7 7
8import Network.Torrent.PeerID 8import Network.Torrent.PeerID
9import Network.Torrent.THP 9import Network.Torrent.Tracker
10import Network.Torrent.PeerWire 10import Network.Torrent.PeerWire
11import Network.Torrent.Handshake 11import Network.Torrent.Handshake