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 4c6811d9..49bff44f 100644
--- a/src/Network/BitTorrent/Exchange/Session.hs
+++ b/src/Network/BitTorrent/Exchange/Session.hs
@@ -51,9 +51,9 @@ import Network.BitTorrent.Address
51import Network.BitTorrent.Exchange.Bitfield as BF 51import Network.BitTorrent.Exchange.Bitfield as BF
52import Network.BitTorrent.Exchange.Block as Block 52import Network.BitTorrent.Exchange.Block as Block
53import Network.BitTorrent.Exchange.Connection 53import Network.BitTorrent.Exchange.Connection
54import Network.BitTorrent.Exchange.Download as SS
54import Network.BitTorrent.Exchange.Message as Message 55import Network.BitTorrent.Exchange.Message as Message
55import Network.BitTorrent.Exchange.Session.Metadata as Metadata 56import Network.BitTorrent.Exchange.Session.Metadata as Metadata
56import Network.BitTorrent.Exchange.Session.Status as SS
57import System.Torrent.Storage 57import System.Torrent.Storage
58 58
59{----------------------------------------------------------------------- 59{-----------------------------------------------------------------------