diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Session.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Session.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs index 00886ccf..38a3c3a6 100644 --- a/src/Network/BitTorrent/Exchange/Session.hs +++ b/src/Network/BitTorrent/Exchange/Session.hs | |||
@@ -52,7 +52,7 @@ import System.Log.FastLogger (LogStr, ToLogStr (..)) | |||
52 | import Data.BEncode as BE | 52 | import Data.BEncode as BE |
53 | import Data.Torrent as Torrent | 53 | import Data.Torrent as Torrent |
54 | import Network.BitTorrent.Internal.Types | 54 | import Network.BitTorrent.Internal.Types |
55 | import Network.BitTorrent.Address | 55 | import Network.Address |
56 | import Network.BitTorrent.Exchange.Bitfield as BF | 56 | import Network.BitTorrent.Exchange.Bitfield as BF |
57 | import Network.BitTorrent.Exchange.Block as Block | 57 | import Network.BitTorrent.Exchange.Block as Block |
58 | import Network.BitTorrent.Exchange.Connection | 58 | import Network.BitTorrent.Exchange.Connection |