diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Session.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Session.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs index f9e8433f..a0eaadaa 100644 --- a/src/Network/BitTorrent/Exchange/Session.hs +++ b/src/Network/BitTorrent/Exchange/Session.hs | |||
@@ -46,11 +46,11 @@ import Data.Torrent.Piece | |||
46 | import qualified Data.Torrent.Piece as Torrent (Piece ()) | 46 | import qualified Data.Torrent.Piece as Torrent (Piece ()) |
47 | import Network.BitTorrent.Core | 47 | import Network.BitTorrent.Core |
48 | import Network.BitTorrent.Exchange.Block as Block | 48 | import Network.BitTorrent.Exchange.Block as Block |
49 | import Network.BitTorrent.Exchange.Connection | ||
50 | import Network.BitTorrent.Exchange.Connection.Status | ||
49 | import Network.BitTorrent.Exchange.Message as Message | 51 | import Network.BitTorrent.Exchange.Message as Message |
50 | import Network.BitTorrent.Exchange.Session.Metadata as Metadata | 52 | import Network.BitTorrent.Exchange.Session.Metadata as Metadata |
51 | import Network.BitTorrent.Exchange.Session.Status as SS | 53 | import Network.BitTorrent.Exchange.Session.Status as SS |
52 | import Network.BitTorrent.Exchange.Wire | ||
53 | import Network.BitTorrent.Exchange.Wire.Status | ||
54 | import System.Torrent.Storage | 54 | import System.Torrent.Storage |
55 | 55 | ||
56 | {----------------------------------------------------------------------- | 56 | {----------------------------------------------------------------------- |