diff options
Diffstat (limited to 'src/Network/Torrent.hs')
-rw-r--r-- | src/Network/Torrent.hs | 9 |
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 @@ | |||
1 | module Network.Torrent | ||
2 | ( module Network.Torrent.PeerID | ||
3 | , module Network.Torrent.Tracker | ||
4 | , module Network.Torrent.PeerWire | ||
5 | ) where | ||
6 | |||
7 | import Network.Torrent.PeerID | ||
8 | import Network.Torrent.Tracker | ||
9 | import Network.Torrent.PeerWire | ||