diff options
Diffstat (limited to 'src/Network/BitTorrent/DHT.hs')
-rw-r--r-- | src/Network/BitTorrent/DHT.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT.hs b/src/Network/BitTorrent/DHT.hs index ab948a2d..169abcfc 100644 --- a/src/Network/BitTorrent/DHT.hs +++ b/src/Network/BitTorrent/DHT.hs | |||
@@ -71,7 +71,7 @@ import Network.BitTorrent.DHT.Session | |||
71 | import Network.BitTorrent.DHT.Routing as T hiding (null) | 71 | import Network.BitTorrent.DHT.Routing as T hiding (null) |
72 | import qualified Data.Text as Text | 72 | import qualified Data.Text as Text |
73 | import Data.Monoid | 73 | import Data.Monoid |
74 | import Network.KRPC.Message (KMessageOf) | 74 | import Network.DatagramServer.Mainline (KMessageOf) |
75 | 75 | ||
76 | 76 | ||
77 | {----------------------------------------------------------------------- | 77 | {----------------------------------------------------------------------- |