diff options
Diffstat (limited to 'src/Data/Tox.hs')
-rw-r--r-- | src/Data/Tox.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Tox.hs b/src/Data/Tox.hs index b9df7582..b79e0b9a 100644 --- a/src/Data/Tox.hs +++ b/src/Data/Tox.hs | |||
@@ -23,8 +23,8 @@ import Data.Serialize | |||
23 | -- import Network.BitTorrent.Address (NodeInfo(..)) -- Serialize IP | 23 | -- import Network.BitTorrent.Address (NodeInfo(..)) -- Serialize IP |
24 | import GHC.Generics (Generic) | 24 | import GHC.Generics (Generic) |
25 | import Network.Socket | 25 | import Network.Socket |
26 | import Network.RPC | 26 | import Network.DatagramServer.Types |
27 | import qualified Network.RPC as Envelope (NodeId) | 27 | import qualified Network.DatagramServer.Types as Envelope (NodeId) |
28 | import Crypto.PubKey.ECC.Types | 28 | import Crypto.PubKey.ECC.Types |
29 | 29 | ||
30 | type Key32 = Word256 -- 32 byte key | 30 | type Key32 = Word256 -- 32 byte key |