summaryrefslogtreecommitdiff
path: root/examples/testTox.hs
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2018-11-04 03:25:21 -0500
committerJames Crayne <jim.crayne@gmail.com>2018-11-04 03:25:21 -0500
commit5f5aa818f8484570349e75a061d7b37cc9fe826a (patch)
tree9a574cc572d2caa4af9571a4776d207250e93add /examples/testTox.hs
parentdf787ee7eea3d0d6e0defdc4a7cbe646ca062feb (diff)
Preparation to move DPut to a separate project.
Diffstat (limited to 'examples/testTox.hs')
-rw-r--r--examples/testTox.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/testTox.hs b/examples/testTox.hs
index cc8bd45f..e82ca2d3 100644
--- a/examples/testTox.hs
+++ b/examples/testTox.hs
@@ -17,6 +17,7 @@ import qualified Data.IntMap.Strict as IntMap
17import Data.Function 17import Data.Function
18import DebugUtil 18import DebugUtil
19import DPut 19import DPut
20import DebugTag
20import HandshakeCache 21import HandshakeCache
21import Network.QueryResponse 22import Network.QueryResponse
22import Network.Socket 23import Network.Socket
@@ -81,7 +82,7 @@ netCrypto tox me ni them = do
81 82
82main :: IO () 83main :: IO ()
83main = do 84main = do
84 mapM_ setVerbose [ minBound .. maxBound ] 85 mapM_ setVerbose ([ minBound .. maxBound ]::[DebugTag])
85 setQuiet XRoutes 86 setQuiet XRoutes
86 87
87 (udpA,udpB) <- testPairTransport 88 (udpA,udpB) <- testPairTransport