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 /src/Network/Tox/Crypto | |
parent | df787ee7eea3d0d6e0defdc4a7cbe646ca062feb (diff) |
Preparation to move DPut to a separate project.
Diffstat (limited to 'src/Network/Tox/Crypto')
-rw-r--r-- | src/Network/Tox/Crypto/Handlers.hs | 1 | ||||
-rw-r--r-- | src/Network/Tox/Crypto/Transport.hs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Network/Tox/Crypto/Handlers.hs b/src/Network/Tox/Crypto/Handlers.hs index bf01e1b5..94dde8e3 100644 --- a/src/Network/Tox/Crypto/Handlers.hs +++ b/src/Network/Tox/Crypto/Handlers.hs | |||
@@ -51,6 +51,7 @@ import qualified Data.IntMap.Strict as IntMap | |||
51 | import Control.Concurrent.Supply | 51 | import Control.Concurrent.Supply |
52 | import Data.InOrOut | 52 | import Data.InOrOut |
53 | import DPut | 53 | import DPut |
54 | import DebugTag | ||
54 | import Text.Printf | 55 | import Text.Printf |
55 | import Data.Bool | 56 | import Data.Bool |
56 | import Network.Tox.Handshake | 57 | import Network.Tox.Handshake |
diff --git a/src/Network/Tox/Crypto/Transport.hs b/src/Network/Tox/Crypto/Transport.hs index 84929e63..555164f2 100644 --- a/src/Network/Tox/Crypto/Transport.hs +++ b/src/Network/Tox/Crypto/Transport.hs | |||
@@ -87,6 +87,7 @@ import Data.Text.Encoding as T | |||
87 | import Data.Serialize as S | 87 | import Data.Serialize as S |
88 | import Control.Arrow | 88 | import Control.Arrow |
89 | import DPut | 89 | import DPut |
90 | import DebugTag | ||
90 | import Data.PacketBuffer as PB | 91 | import Data.PacketBuffer as PB |
91 | 92 | ||
92 | showCryptoMsg :: Word32 -> CryptoMessage -> [Char] | 93 | showCryptoMsg :: Word32 -> CryptoMessage -> [Char] |