summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Wire.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-20 07:19:08 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-20 07:19:08 +0400
commitbf3dc8b3b21d267758e429d01c73048dc8be99b5 (patch)
treec479ccc33d86421a218a52f3ed766f53d4360823 /src/Network/BitTorrent/Exchange/Wire.hs
parent2a1917938bcbb23e9aea7cbbcfde486c3ae6b29c (diff)
Fix some warnings
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Wire.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Wire.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Exchange/Wire.hs b/src/Network/BitTorrent/Exchange/Wire.hs
index 411cd598..27915724 100644
--- a/src/Network/BitTorrent/Exchange/Wire.hs
+++ b/src/Network/BitTorrent/Exchange/Wire.hs
@@ -98,15 +98,12 @@ import Network.Socket hiding (Connected)
98import Network.Socket.ByteString as BS 98import Network.Socket.ByteString as BS
99import Text.PrettyPrint as PP hiding (($$), (<>)) 99import Text.PrettyPrint as PP hiding (($$), (<>))
100import Text.PrettyPrint.Class 100import Text.PrettyPrint.Class
101import Text.Show.Functions 101import Text.Show.Functions ()
102import System.Log.FastLogger (ToLogStr(..)) 102import System.Log.FastLogger (ToLogStr(..))
103import System.Timeout 103import System.Timeout
104 104
105import Data.BEncode as BE
106import Data.Torrent
107import Data.Torrent.Bitfield as BF 105import Data.Torrent.Bitfield as BF
108import Data.Torrent.InfoHash 106import Data.Torrent.InfoHash
109import Data.Torrent.Piece
110import Network.BitTorrent.Core 107import Network.BitTorrent.Core
111import Network.BitTorrent.Exchange.Message as Msg 108import Network.BitTorrent.Exchange.Message as Msg
112import Network.BitTorrent.Exchange.Wire.Status 109import Network.BitTorrent.Exchange.Wire.Status