summaryrefslogtreecommitdiff
path: root/dht/Presence
diff options
context:
space:
mode:
Diffstat (limited to 'dht/Presence')
-rw-r--r--dht/Presence/DNSCache.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/Presence/DNSCache.hs b/dht/Presence/DNSCache.hs
index 14581fee..9bb354e1 100644
--- a/dht/Presence/DNSCache.hs
+++ b/dht/Presence/DNSCache.hs
@@ -46,7 +46,7 @@ import System.IO.Unsafe
46import SockAddr () 46import SockAddr ()
47import ControlMaybe ( handleIO_ ) 47import ControlMaybe ( handleIO_ )
48import GetHostByAddr ( getHostByAddr ) 48import GetHostByAddr ( getHostByAddr )
49import InterruptibleDelay 49import Control.Concurrent.Delay
50import DPut 50import DPut
51import DebugTag 51import DebugTag
52 52