summaryrefslogtreecommitdiff
path: root/CryptoTransport.hs
diff options
context:
space:
mode:
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