diff options
author | joe <joe@jerkface.net> | 2017-06-08 13:37:22 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-06-08 13:37:22 -0400 |
commit | ce4ff7cfdc77629b347d325fca62250d5e59794e (patch) | |
tree | 7f369611cf214ce9c53621db150bc87c6c0c9033 /src/Network/BitTorrent/DHT/Routing.hs | |
parent | 3202734fa9a0bd72c8c91279c83a4674432c4f11 (diff) |
Renamed Network.RPC -> Network.DatagramServer.Types
Diffstat (limited to 'src/Network/BitTorrent/DHT/Routing.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT/Routing.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT/Routing.hs b/src/Network/BitTorrent/DHT/Routing.hs index 42728a53..c64678e0 100644 --- a/src/Network/BitTorrent/DHT/Routing.hs +++ b/src/Network/BitTorrent/DHT/Routing.hs | |||
@@ -315,7 +315,7 @@ split i b = (Bucket ns qs, Bucket ms rs) | |||
315 | (qs,rs) = runIdentity $ partitionQ bucketQ spanBit $ bktQ b | 315 | (qs,rs) = runIdentity $ partitionQ bucketQ spanBit $ bktQ b |
316 | {- | 316 | {- |
317 | spanBit :: forall (dht :: * -> *) addr u. | 317 | spanBit :: forall (dht :: * -> *) addr u. |
318 | FiniteBits (Network.RPC.NodeId dht) => | 318 | FiniteBits (Network.DatagramServer.Types.NodeId dht) => |
319 | NodeInfo dht addr u -> Bool | 319 | NodeInfo dht addr u -> Bool |
320 | -} | 320 | -} |
321 | spanBit :: NodeInfo dht addr u -> Bool | 321 | spanBit :: NodeInfo dht addr u -> Bool |