summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT/Routing.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/DHT/Routing.hs')
-rw-r--r--src/Network/BitTorrent/DHT/Routing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT/Routing.hs b/src/Network/BitTorrent/DHT/Routing.hs
index c64678e0..d147bb94 100644
--- a/src/Network/BitTorrent/DHT/Routing.hs
+++ b/src/Network/BitTorrent/DHT/Routing.hs
@@ -87,7 +87,7 @@ import Data.Torrent
87import Network.BitTorrent.Address 87import Network.BitTorrent.Address
88#ifdef VERSION_bencoding 88#ifdef VERSION_bencoding
89import Network.DHT.Mainline () 89import Network.DHT.Mainline ()
90import Network.KRPC.Message (KMessageOf) 90import Network.DatagramServer.Mainline (KMessageOf)
91#else 91#else
92import Data.Tox as Tox 92import Data.Tox as Tox
93type KMessageOf = Tox.Message 93type KMessageOf = Tox.Message