summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Session.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Session.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Session.hs4
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
46import qualified Data.Torrent.Piece as Torrent (Piece ()) 46import qualified Data.Torrent.Piece as Torrent (Piece ())
47import Network.BitTorrent.Core 47import Network.BitTorrent.Core
48import Network.BitTorrent.Exchange.Block as Block 48import Network.BitTorrent.Exchange.Block as Block
49import Network.BitTorrent.Exchange.Connection
50import Network.BitTorrent.Exchange.Connection.Status
49import Network.BitTorrent.Exchange.Message as Message 51import Network.BitTorrent.Exchange.Message as Message
50import Network.BitTorrent.Exchange.Session.Metadata as Metadata 52import Network.BitTorrent.Exchange.Session.Metadata as Metadata
51import Network.BitTorrent.Exchange.Session.Status as SS 53import Network.BitTorrent.Exchange.Session.Status as SS
52import Network.BitTorrent.Exchange.Wire
53import Network.BitTorrent.Exchange.Wire.Status
54import System.Torrent.Storage 54import System.Torrent.Storage
55 55
56{----------------------------------------------------------------------- 56{-----------------------------------------------------------------------