diff options
Diffstat (limited to 'src/Network/Tox/DHT/Handlers.hs')
-rw-r--r-- | src/Network/Tox/DHT/Handlers.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/Tox/DHT/Handlers.hs b/src/Network/Tox/DHT/Handlers.hs index b1db9044..d7f05dbc 100644 --- a/src/Network/Tox/DHT/Handlers.hs +++ b/src/Network/Tox/DHT/Handlers.hs | |||
@@ -40,6 +40,7 @@ import Data.Maybe | |||
40 | import Data.Serialize (Serialize) | 40 | import Data.Serialize (Serialize) |
41 | import Data.Word | 41 | import Data.Word |
42 | import DPut | 42 | import DPut |
43 | import DebugTag | ||
43 | 44 | ||
44 | data TransactionId = TransactionId | 45 | data TransactionId = TransactionId |
45 | { transactionKey :: Nonce8 -- ^ Used to lookup pending query. | 46 | { transactionKey :: Nonce8 -- ^ Used to lookup pending query. |