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/DHT/ContactInfo.hs | |
parent | 13b2eb08cb4651a913849d96f516ed97bad53003 (diff) |
Rename Network.BitTorrent.Address -> Network.Address
Diffstat (limited to 'src/Network/BitTorrent/DHT/ContactInfo.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT/ContactInfo.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/DHT/ContactInfo.hs b/src/Network/BitTorrent/DHT/ContactInfo.hs index f9dae567..3db3d5a8 100644 --- a/src/Network/BitTorrent/DHT/ContactInfo.hs +++ b/src/Network/BitTorrent/DHT/ContactInfo.hs | |||
@@ -20,13 +20,13 @@ import Data.Word | |||
20 | import Network.Socket (SockAddr(..)) | 20 | import Network.Socket (SockAddr(..)) |
21 | 21 | ||
22 | import Data.Torrent | 22 | import Data.Torrent |
23 | import Network.BitTorrent.Address | 23 | import Network.Address |
24 | 24 | ||
25 | -- {- | 25 | -- {- |
26 | -- import Data.HashMap.Strict as HM | 26 | -- import Data.HashMap.Strict as HM |
27 | -- | 27 | -- |
28 | -- import Data.Torrent.InfoHash | 28 | -- import Data.Torrent.InfoHash |
29 | -- import Network.BitTorrent.Address | 29 | -- import Network.Address |
30 | -- | 30 | -- |
31 | -- -- increase prefix when table is too large | 31 | -- -- increase prefix when table is too large |
32 | -- -- decrease prefix when table is too small | 32 | -- -- decrease prefix when table is too small |