diff options
author | joe <joe@jerkface.net> | 2017-06-09 01:10:19 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-06-09 01:10:19 -0400 |
commit | 13b2eb08cb4651a913849d96f516ed97bad53003 (patch) | |
tree | d9855b98c496ac3cc4e1fe4ba36b1c1fd1e91a13 /src/Network/BitTorrent/DHT/Session.hs | |
parent | ecde95b20167e02092f6a359eac865ba9155614c (diff) |
Rename Network.BitTorrent.DHT.Routing -> Network.DHT.Routing
Diffstat (limited to 'src/Network/BitTorrent/DHT/Session.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT/Session.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT/Session.hs b/src/Network/BitTorrent/DHT/Session.hs index 0c819620..730c0059 100644 --- a/src/Network/BitTorrent/DHT/Session.hs +++ b/src/Network/BitTorrent/DHT/Session.hs | |||
@@ -117,7 +117,7 @@ import Network.BitTorrent.Address | |||
117 | import Network.BitTorrent.DHT.ContactInfo (PeerStore) | 117 | import Network.BitTorrent.DHT.ContactInfo (PeerStore) |
118 | import qualified Network.BitTorrent.DHT.ContactInfo as P | 118 | import qualified Network.BitTorrent.DHT.ContactInfo as P |
119 | import Network.BitTorrent.DHT.Message | 119 | import Network.BitTorrent.DHT.Message |
120 | import Network.BitTorrent.DHT.Routing as R | 120 | import Network.DHT.Routing as R |
121 | import Network.BitTorrent.DHT.Token as T | 121 | import Network.BitTorrent.DHT.Token as T |
122 | 122 | ||
123 | {----------------------------------------------------------------------- | 123 | {----------------------------------------------------------------------- |