summaryrefslogtreecommitdiff
path: root/src/Network/Torrent.hs
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-21 00:01:22 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-21 00:01:22 +0400
commit3c32f381afea629e06e8f069e0a3fefc72c8732e (patch)
tree194a4ade1cf7dd4d747e39397a8170a6b253f749 /src/Network/Torrent.hs
parent08bb327005c2f0dc517d0a74cf29e9f7f9b08e21 (diff)
~ Rename modules.
Diffstat (limited to 'src/Network/Torrent.hs')
-rw-r--r--src/Network/Torrent.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Network/Torrent.hs b/src/Network/Torrent.hs
deleted file mode 100644
index a37bee41..00000000
--- a/src/Network/Torrent.hs
+++ /dev/null
@@ -1,9 +0,0 @@
1module Network.Torrent
2 ( module Network.Torrent.PeerID
3 , module Network.Torrent.Tracker
4 , module Network.Torrent.PeerWire
5 ) where
6
7import Network.Torrent.PeerID
8import Network.Torrent.Tracker
9import Network.Torrent.PeerWire