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/Presence.hs | |
parent | df787ee7eea3d0d6e0defdc4a7cbe646ca062feb (diff) |
Preparation to move DPut to a separate project.
Diffstat (limited to 'Presence/Presence.hs')
-rw-r--r-- | Presence/Presence.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Presence/Presence.hs b/Presence/Presence.hs index cc3f488b..0ae9653f 100644 --- a/Presence/Presence.hs +++ b/Presence/Presence.hs | |||
@@ -53,6 +53,7 @@ import qualified Connection | |||
53 | import Network.Tox.NodeId (key2id,parseNoSpamId,nospam64,NoSpamId(..),ToxProgress,ToxContact(..)) | 53 | import Network.Tox.NodeId (key2id,parseNoSpamId,nospam64,NoSpamId(..),ToxProgress,ToxContact(..)) |
54 | import Crypto.Tox (decodeSecret) | 54 | import Crypto.Tox (decodeSecret) |
55 | import DPut | 55 | import DPut |
56 | import DebugTag | ||
56 | 57 | ||
57 | {- | 58 | {- |
58 | isPeerKey :: ClientAddress -> Bool | 59 | isPeerKey :: ClientAddress -> Bool |