diff options
Diffstat (limited to 'src/Network/Torrent/PeerWire.hs')
-rw-r--r-- | src/Network/Torrent/PeerWire.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Network/Torrent/PeerWire.hs b/src/Network/Torrent/PeerWire.hs index b1fae9f2..27ecda79 100644 --- a/src/Network/Torrent/PeerWire.hs +++ b/src/Network/Torrent/PeerWire.hs | |||
@@ -1,8 +1,11 @@ | |||
1 | {-# LANGUAGE DoAndIfThenElse #-} | 1 | {-# LANGUAGE DoAndIfThenElse #-} |
2 | module Network.Torrent.PeerWire | 2 | module Network.Torrent.PeerWire |
3 | ( Message(..), Block(..), BlockIx(..), | 3 | ( module Network.Torrent.PeerWire.Handshake |
4 | , Message(..), Block(..), BlockIx(..), | ||
4 | ) where | 5 | ) where |
5 | 6 | ||
7 | import Network.Torrent.PeerWire.Handshake | ||
8 | |||
6 | import Control.Applicative | 9 | import Control.Applicative |
7 | import Data.ByteString (ByteString) | 10 | import Data.ByteString (ByteString) |
8 | import qualified Data.ByteString as B | 11 | import qualified Data.ByteString as B |