From bf3dc8b3b21d267758e429d01c73048dc8be99b5 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 20 Feb 2014 07:19:08 +0400 Subject: Fix some warnings --- src/Network/BitTorrent/Exchange/Wire.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/Network/BitTorrent/Exchange/Wire.hs') 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) import Network.Socket.ByteString as BS import Text.PrettyPrint as PP hiding (($$), (<>)) import Text.PrettyPrint.Class -import Text.Show.Functions +import Text.Show.Functions () import System.Log.FastLogger (ToLogStr(..)) import System.Timeout -import Data.BEncode as BE -import Data.Torrent import Data.Torrent.Bitfield as BF import Data.Torrent.InfoHash -import Data.Torrent.Piece import Network.BitTorrent.Core import Network.BitTorrent.Exchange.Message as Msg import Network.BitTorrent.Exchange.Wire.Status -- cgit v1.2.3