diff options
author | joe <joe@jerkface.net> | 2017-06-09 01:16:27 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-06-09 01:16:27 -0400 |
commit | 73d3900b2fd124b48e01e222a50740cd5c30c95f (patch) | |
tree | f160d2417d73a5eca02727e6fcd41e3bb06b1c07 /src/Network/BitTorrent/Tracker | |
parent | 13b2eb08cb4651a913849d96f516ed97bad53003 (diff) |
Rename Network.BitTorrent.Address -> Network.Address
Diffstat (limited to 'src/Network/BitTorrent/Tracker')
-rw-r--r-- | src/Network/BitTorrent/Tracker/Message.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/RPC.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/RPC/HTTP.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/Session.hs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Tracker/Message.hs b/src/Network/BitTorrent/Tracker/Message.hs index ddd86665..b9b6a9d3 100644 --- a/src/Network/BitTorrent/Tracker/Message.hs +++ b/src/Network/BitTorrent/Tracker/Message.hs | |||
@@ -126,7 +126,7 @@ import System.Entropy | |||
126 | import Text.Read (readMaybe) | 126 | import Text.Read (readMaybe) |
127 | 127 | ||
128 | import Data.Torrent | 128 | import Data.Torrent |
129 | import Network.BitTorrent.Address | 129 | import Network.Address |
130 | import Network.BitTorrent.Internal.Progress | 130 | import Network.BitTorrent.Internal.Progress |
131 | 131 | ||
132 | {----------------------------------------------------------------------- | 132 | {----------------------------------------------------------------------- |
diff --git a/src/Network/BitTorrent/Tracker/RPC.hs b/src/Network/BitTorrent/Tracker/RPC.hs index 6fd22b25..45fef05e 100644 --- a/src/Network/BitTorrent/Tracker/RPC.hs +++ b/src/Network/BitTorrent/Tracker/RPC.hs | |||
@@ -37,7 +37,7 @@ import Network.URI | |||
37 | import Network.Socket (HostAddress) | 37 | import Network.Socket (HostAddress) |
38 | 38 | ||
39 | import Data.Torrent | 39 | import Data.Torrent |
40 | import Network.BitTorrent.Address | 40 | import Network.Address |
41 | import Network.BitTorrent.Internal.Progress | 41 | import Network.BitTorrent.Internal.Progress |
42 | import Network.BitTorrent.Tracker.Message | 42 | import Network.BitTorrent.Tracker.Message |
43 | import qualified Network.BitTorrent.Tracker.RPC.HTTP as HTTP | 43 | import qualified Network.BitTorrent.Tracker.RPC.HTTP as HTTP |
diff --git a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs index bc52bddd..9b6e056a 100644 --- a/src/Network/BitTorrent/Tracker/RPC/HTTP.hs +++ b/src/Network/BitTorrent/Tracker/RPC/HTTP.hs | |||
@@ -48,7 +48,7 @@ import Network.HTTP.Types.Header (hUserAgent) | |||
48 | import Network.HTTP.Types.URI (SimpleQuery, renderSimpleQuery) | 48 | import Network.HTTP.Types.URI (SimpleQuery, renderSimpleQuery) |
49 | 49 | ||
50 | import Data.Torrent (InfoHash) | 50 | import Data.Torrent (InfoHash) |
51 | import Network.BitTorrent.Address (libUserAgent) | 51 | import Network.Address (libUserAgent) |
52 | import Network.BitTorrent.Tracker.Message hiding (Request, Response) | 52 | import Network.BitTorrent.Tracker.Message hiding (Request, Response) |
53 | 53 | ||
54 | {----------------------------------------------------------------------- | 54 | {----------------------------------------------------------------------- |
diff --git a/src/Network/BitTorrent/Tracker/Session.hs b/src/Network/BitTorrent/Tracker/Session.hs index cef7d665..aa4a832f 100644 --- a/src/Network/BitTorrent/Tracker/Session.hs +++ b/src/Network/BitTorrent/Tracker/Session.hs | |||
@@ -58,7 +58,7 @@ import Data.Traversable | |||
58 | import Network.URI | 58 | import Network.URI |
59 | 59 | ||
60 | import Data.Torrent | 60 | import Data.Torrent |
61 | import Network.BitTorrent.Address | 61 | import Network.Address |
62 | import Network.BitTorrent.Internal.Cache | 62 | import Network.BitTorrent.Internal.Cache |
63 | import Network.BitTorrent.Internal.Types | 63 | import Network.BitTorrent.Internal.Types |
64 | import Network.BitTorrent.Tracker.List as TL | 64 | import Network.BitTorrent.Tracker.List as TL |