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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs
index f10f601e..b6ee800a 100644
--- a/src/Network/BitTorrent/Exchange/Session.hs
+++ b/src/Network/BitTorrent/Exchange/Session.hs
@@ -47,8 +47,8 @@ import Network.BitTorrent.Exchange.Block as Block
47import Network.BitTorrent.Exchange.Message as Message 47import Network.BitTorrent.Exchange.Message as Message
48import Network.BitTorrent.Exchange.Session.Metadata as Metadata 48import Network.BitTorrent.Exchange.Session.Metadata as Metadata
49import Network.BitTorrent.Exchange.Session.Status as SS 49import Network.BitTorrent.Exchange.Session.Status as SS
50import Network.BitTorrent.Exchange.Status
51import Network.BitTorrent.Exchange.Wire 50import Network.BitTorrent.Exchange.Wire
51import Network.BitTorrent.Exchange.Wire.Status
52import System.Torrent.Storage 52import System.Torrent.Storage
53 53
54{----------------------------------------------------------------------- 54{-----------------------------------------------------------------------