diff options
Diffstat (limited to 'src/Network/Torrent.hs')
-rw-r--r-- | src/Network/Torrent.hs | 6 |
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 @@ | |||
1 | module Network.Torrent | 1 | module 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 | ||
8 | import Network.Torrent.PWP | 8 | import Network.Torrent.PeerID |
9 | import Network.Torrent.THP | 9 | import Network.Torrent.THP |
10 | import Network.Torrent.PeerWire | ||
10 | import Network.Torrent.Handshake | 11 | import Network.Torrent.Handshake |
11 | import Network.Torrent.PeerID \ No newline at end of file | ||