summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Wire.hs
diff options
context:
space:
mode:
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