diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-21 00:01:22 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-21 00:01:22 +0400 |
commit | 3c32f381afea629e06e8f069e0a3fefc72c8732e (patch) | |
tree | 194a4ade1cf7dd4d747e39397a8170a6b253f749 /src/Network/Torrent.hs | |
parent | 08bb327005c2f0dc517d0a74cf29e9f7f9b08e21 (diff) |
~ Rename modules.
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 | ||