summaryrefslogtreecommitdiff
path: root/CryptoTransport.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-09-15 03:58:00 -0400
committerjoe <joe@jerkface.net>2017-09-15 04:08:21 -0400
commite966c3594c9291963b5f3298b2131f92436f3243 (patch)
treefd75346a50fd6412e794b902fdebda1e94aa6149 /CryptoTransport.hs
parent93e62f0563c69ec206eea01cabaa23e5784bcc82 (diff)
Moved DHTTransport to its hierarchical location.
Added missing OnionHandlers module.
Diffstat (limited to 'CryptoTransport.hs')
-rw-r--r--CryptoTransport.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoTransport.hs b/CryptoTransport.hs
index 203d4d82..9d4b3d84 100644
--- a/CryptoTransport.hs
+++ b/CryptoTransport.hs
@@ -12,7 +12,7 @@ module CryptoTransport
12 ) where 12 ) where
13 13
14import Crypto.Tox 14import Crypto.Tox
15import DHTTransport (Cookie) 15import Network.Tox.DHT.Transport (Cookie)
16 16
17import Network.Socket 17import Network.Socket
18import Data.ByteString 18import Data.ByteString