summaryrefslogtreecommitdiff
path: root/src/Data
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-09-15 17:45:57 -0400
committerjoe <joe@jerkface.net>2017-09-15 17:45:57 -0400
commit65f9152b7be0dc86a09870114c9e33ff4642f918 (patch)
tree2b0ee17754f2f38a63e5ea9aeb0eb1819de85db5 /src/Data
parentfdfe7279339f91bad5ceb0cab8e699415686ab3f (diff)
Moved Network.DHT.Routing -> Network.Kademlia.Routing
Diffstat (limited to 'src/Data')
-rw-r--r--src/Data/Torrent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs
index 55b34f98..4af583ed 100644
--- a/src/Data/Torrent.hs
+++ b/src/Data/Torrent.hs
@@ -195,7 +195,7 @@ import System.FilePath
195import System.Posix.Types 195import System.Posix.Types
196 196
197import Network.Address 197import Network.Address
198import Network.DHT.Routing 198import Network.Kademlia.Routing
199 199
200 200
201{----------------------------------------------------------------------- 201{-----------------------------------------------------------------------