diff options
Diffstat (limited to 'CryptoTransport.hs')
-rw-r--r-- | CryptoTransport.hs | 2 |
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 | ||
14 | import Crypto.Tox | 14 | import Crypto.Tox |
15 | import DHTTransport (Cookie) | 15 | import Network.Tox.DHT.Transport (Cookie) |
16 | 16 | ||
17 | import Network.Socket | 17 | import Network.Socket |
18 | import Data.ByteString | 18 | import Data.ByteString |