diff options
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r-- | src/Network/BitTorrent/Internal/Cache.hs (renamed from src/Network/BitTorrent/Tracker/Cache.hs) | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/Session.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Tracker/Cache.hs b/src/Network/BitTorrent/Internal/Cache.hs index 28a4adcb..1eb2f192 100644 --- a/src/Network/BitTorrent/Tracker/Cache.hs +++ b/src/Network/BitTorrent/Internal/Cache.hs | |||
@@ -7,7 +7,7 @@ | |||
7 | -- | 7 | -- |
8 | -- Cached data for tracker responses. | 8 | -- Cached data for tracker responses. |
9 | -- | 9 | -- |
10 | module Network.BitTorrent.Tracker.Cache | 10 | module Network.BitTorrent.Internal.Cache |
11 | ( -- * Cache | 11 | ( -- * Cache |
12 | Cached | 12 | Cached |
13 | , lastUpdated | 13 | , lastUpdated |
diff --git a/src/Network/BitTorrent/Tracker/Session.hs b/src/Network/BitTorrent/Tracker/Session.hs index 7bf67ab8..467ca3d7 100644 --- a/src/Network/BitTorrent/Tracker/Session.hs +++ b/src/Network/BitTorrent/Tracker/Session.hs | |||
@@ -45,7 +45,7 @@ import Network.URI | |||
45 | 45 | ||
46 | import Data.Torrent.InfoHash | 46 | import Data.Torrent.InfoHash |
47 | import Network.BitTorrent.Core | 47 | import Network.BitTorrent.Core |
48 | import Network.BitTorrent.Tracker.Cache | 48 | import Network.BitTorrent.Internal.Cache |
49 | import Network.BitTorrent.Tracker.List | 49 | import Network.BitTorrent.Tracker.List |
50 | import Network.BitTorrent.Tracker.Message | 50 | import Network.BitTorrent.Tracker.Message |
51 | import Network.BitTorrent.Tracker.RPC as RPC | 51 | import Network.BitTorrent.Tracker.RPC as RPC |