summaryrefslogtreecommitdiff
path: root/src/Network/Torrent.hs
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-07 06:12:01 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-07 06:12:01 +0400
commitc817da1610c3f549b8dcd8ffa0d8671ad0a6773a (patch)
tree6edef38ca150148c7c9c5aaa7b7085f1d08ecb6c /src/Network/Torrent.hs
parent84d2138ae0df6025fea5f73a261ca71b6497636a (diff)
rename PWP to PeerWire
Diffstat (limited to 'src/Network/Torrent.hs')
-rw-r--r--src/Network/Torrent.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Network/Torrent.hs b/src/Network/Torrent.hs
index c1f659b7..30d19424 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.THP
4 , module Network.Torrent.PeerWire
4 , module Network.Torrent.Handshake 5 , module Network.Torrent.Handshake
5 , module Network.Torrent.PWP
6 ) where 6 ) where
7 7
8import Network.Torrent.PWP 8import Network.Torrent.PeerID
9import Network.Torrent.THP 9import Network.Torrent.THP
10import Network.Torrent.PeerWire
10import Network.Torrent.Handshake 11import Network.Torrent.Handshake
11import Network.Torrent.PeerID \ No newline at end of file