diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Session.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Session.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs index 0adb08c8..cae3a2d5 100644 --- a/src/Network/BitTorrent/Exchange/Session.hs +++ b/src/Network/BitTorrent/Exchange/Session.hs | |||
@@ -45,8 +45,7 @@ import Text.PrettyPrint.Class | |||
45 | import System.Log.FastLogger (LogStr, ToLogStr (..)) | 45 | import System.Log.FastLogger (LogStr, ToLogStr (..)) |
46 | 46 | ||
47 | import Data.BEncode as BE | 47 | import Data.BEncode as BE |
48 | import Data.Torrent as T | 48 | import Data.Torrent as Torrent |
49 | import Data.Torrent.Piece as Torrent | ||
50 | import Data.Torrent.Bitfield as BF | 49 | import Data.Torrent.Bitfield as BF |
51 | import Network.BitTorrent.Internal.Types | 50 | import Network.BitTorrent.Internal.Types |
52 | import Network.BitTorrent.Core | 51 | import Network.BitTorrent.Core |