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/Session.hs | |
parent | 13b2eb08cb4651a913849d96f516ed97bad53003 (diff) |
Rename Network.BitTorrent.Address -> Network.Address
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Session.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker/Session.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |