summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Session.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-04 06:31:56 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-04 06:31:56 +0400
commitd8e61484166fa6666e4aaa9689cb430f44f8242b (patch)
treea83720c470b7cee203abc45b8868ad24c0155d21 /src/Network/BitTorrent/Exchange/Session.hs
parent47e56d698e2c8837656600561874915cf40c0d4e (diff)
[Exchange] Move ConnectionStatus to Connection module
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Session.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Session.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs
index 91ea8da9..6f480ce4 100644
--- a/src/Network/BitTorrent/Exchange/Session.hs
+++ b/src/Network/BitTorrent/Exchange/Session.hs
@@ -54,7 +54,6 @@ import Network.BitTorrent.Internal.Types
54import Network.BitTorrent.Core 54import Network.BitTorrent.Core
55import Network.BitTorrent.Exchange.Block as Block 55import Network.BitTorrent.Exchange.Block as Block
56import Network.BitTorrent.Exchange.Connection 56import Network.BitTorrent.Exchange.Connection
57import Network.BitTorrent.Exchange.Connection.Status
58import Network.BitTorrent.Exchange.Message as Message 57import Network.BitTorrent.Exchange.Message as Message
59import Network.BitTorrent.Exchange.Session.Metadata as Metadata 58import Network.BitTorrent.Exchange.Session.Metadata as Metadata
60import Network.BitTorrent.Exchange.Session.Status as SS 59import Network.BitTorrent.Exchange.Session.Status as SS