diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Message.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Message.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Exchange/Message.hs b/src/Network/BitTorrent/Exchange/Message.hs index 85ad76d6..b879e212 100644 --- a/src/Network/BitTorrent/Exchange/Message.hs +++ b/src/Network/BitTorrent/Exchange/Message.hs | |||
@@ -81,18 +81,15 @@ import Data.Ord | |||
81 | import Data.Serialize as S | 81 | import Data.Serialize as S |
82 | import Data.Text as T | 82 | import Data.Text as T |
83 | import Data.Typeable | 83 | import Data.Typeable |
84 | import Data.Tuple | ||
85 | import Data.Word | 84 | import Data.Word |
86 | import Network | 85 | import Network |
87 | import Network.Socket hiding (KeepAlive) | 86 | import Network.Socket hiding (KeepAlive) |
88 | import Network.Socket.ByteString as BS | ||
89 | import Text.PrettyPrint as PP | 87 | import Text.PrettyPrint as PP |
90 | import Text.PrettyPrint.Class | 88 | import Text.PrettyPrint.Class |
91 | 89 | ||
92 | import Data.Torrent.Bitfield | 90 | import Data.Torrent.Bitfield |
93 | import Data.Torrent.InfoHash | 91 | import Data.Torrent.InfoHash |
94 | import Network.BitTorrent.Core.PeerId | 92 | import Network.BitTorrent.Core |
95 | import Network.BitTorrent.Core.PeerAddr () | ||
96 | import Network.BitTorrent.Exchange.Block | 93 | import Network.BitTorrent.Exchange.Block |
97 | 94 | ||
98 | {----------------------------------------------------------------------- | 95 | {----------------------------------------------------------------------- |