summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Crypto/Handlers.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-13 20:50:00 -0400
committerjoe <joe@jerkface.net>2018-06-13 20:50:00 -0400
commitd8ac778e803ac6de7c01ab4c8af767647ebc2d07 (patch)
tree98b4ff2acb4533c078ff0ced369a7cac69bc089c /src/Network/Tox/Crypto/Handlers.hs
parent2ad144b323122c5eecfc9156a6d65a7018f003ad (diff)
tox: mechanism to register node-info callbacks.
Diffstat (limited to 'src/Network/Tox/Crypto/Handlers.hs')
-rw-r--r--src/Network/Tox/Crypto/Handlers.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/Tox/Crypto/Handlers.hs b/src/Network/Tox/Crypto/Handlers.hs
index 2fc12559..20560a48 100644
--- a/src/Network/Tox/Crypto/Handlers.hs
+++ b/src/Network/Tox/Crypto/Handlers.hs
@@ -56,7 +56,7 @@ import Debug.Trace
56import Text.Printf 56import Text.Printf
57import Data.Bool 57import Data.Bool
58import Connection (Status(..)) 58import Connection (Status(..))
59import Connection.Tox (ToxProgress(..)) 59import Connection.Tox.Threads (ToxProgress(..))
60 60
61 61
62-- * These types are isomorphic to Maybe, but have the advantage of documenting 62-- * These types are isomorphic to Maybe, but have the advantage of documenting