diff options
Diffstat (limited to 'src/Network/Tox/Crypto/Handlers.hs')
-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 |