diff options
author | James Crayne <jim.crayne@gmail.com> | 2018-11-04 03:25:21 -0500 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2018-11-04 03:25:21 -0500 |
commit | 5f5aa818f8484570349e75a061d7b37cc9fe826a (patch) | |
tree | 9a574cc572d2caa4af9571a4776d207250e93add /Presence/DNSCache.hs | |
parent | df787ee7eea3d0d6e0defdc4a7cbe646ca062feb (diff) |
Preparation to move DPut to a separate project.
Diffstat (limited to 'Presence/DNSCache.hs')
-rw-r--r-- | Presence/DNSCache.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Presence/DNSCache.hs b/Presence/DNSCache.hs index c5154e34..e28655c5 100644 --- a/Presence/DNSCache.hs +++ b/Presence/DNSCache.hs | |||
@@ -53,6 +53,7 @@ import ControlMaybe ( handleIO_ ) | |||
53 | import GetHostByAddr ( getHostByAddr ) | 53 | import GetHostByAddr ( getHostByAddr ) |
54 | import InterruptibleDelay | 54 | import InterruptibleDelay |
55 | import DPut | 55 | import DPut |
56 | import DebugTag | ||
56 | 57 | ||
57 | type TimeStamp = UTCTime | 58 | type TimeStamp = UTCTime |
58 | 59 | ||