summaryrefslogtreecommitdiff
path: root/src/Network/Torrent.hs
diff options
context:
space:
mode:
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