diff options
author | Joe Crayne <joe@jerkface.net> | 2019-12-04 17:50:44 -0500 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2020-01-01 23:22:52 -0500 |
commit | d6dc5ae72b8fd18c8d2e4f72c59dc6f93d635bc7 (patch) | |
tree | c7d4c8d5c9c33b4055e477b11c9c2b073b040610 /dht/Presence/DNSCache.hs | |
parent | 1bc58d75f6d2abaecbc7c5d54b609a6329f3363d (diff) |
InterruptibleDelay.hs -> src/Control/Concurrent/Delay.hs
Diffstat (limited to 'dht/Presence/DNSCache.hs')
-rw-r--r-- | dht/Presence/DNSCache.hs | 2 |
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 | |||
46 | import SockAddr () | 46 | import SockAddr () |
47 | import ControlMaybe ( handleIO_ ) | 47 | import ControlMaybe ( handleIO_ ) |
48 | import GetHostByAddr ( getHostByAddr ) | 48 | import GetHostByAddr ( getHostByAddr ) |
49 | import InterruptibleDelay | 49 | import Control.Concurrent.Delay |
50 | import DPut | 50 | import DPut |
51 | import DebugTag | 51 | import DebugTag |
52 | 52 | ||