diff options
author | joe <joe@jerkface.net> | 2018-06-13 20:50:00 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-13 20:50:00 -0400 |
commit | d8ac778e803ac6de7c01ab4c8af767647ebc2d07 (patch) | |
tree | 98b4ff2acb4533c078ff0ced369a7cac69bc089c /src/Network/Tox/Crypto | |
parent | 2ad144b323122c5eecfc9156a6d65a7018f003ad (diff) |
tox: mechanism to register node-info callbacks.
Diffstat (limited to 'src/Network/Tox/Crypto')
-rw-r--r-- | src/Network/Tox/Crypto/Handlers.hs | 2 |
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 | |||
56 | import Text.Printf | 56 | import Text.Printf |
57 | import Data.Bool | 57 | import Data.Bool |
58 | import Connection (Status(..)) | 58 | import Connection (Status(..)) |
59 | import Connection.Tox (ToxProgress(..)) | 59 | import 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 |