summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/BitTorrent/Exchange/Download.hs (renamed from src/Network/BitTorrent/Exchange/Session/Status.hs)2
-rw-r--r--src/Network/BitTorrent/Exchange/Session.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session/Status.hs b/src/Network/BitTorrent/Exchange/Download.hs
index af3e94f5..fcc94485 100644
--- a/src/Network/BitTorrent/Exchange/Session/Status.hs
+++ b/src/Network/BitTorrent/Exchange/Download.hs
@@ -1,4 +1,4 @@
1module Network.BitTorrent.Exchange.Session.Status 1module Network.BitTorrent.Exchange.Download
2 ( -- * Environment 2 ( -- * Environment
3 StatusUpdates 3 StatusUpdates
4 , runStatusUpdates 4 , runStatusUpdates
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{-----------------------------------------------------------------------