diff options
author | joe <joe@jerkface.net> | 2017-06-08 13:37:22 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-06-08 13:37:22 -0400 |
commit | ce4ff7cfdc77629b347d325fca62250d5e59794e (patch) | |
tree | 7f369611cf214ce9c53621db150bc87c6c0c9033 /src/Data | |
parent | 3202734fa9a0bd72c8c91279c83a4674432c4f11 (diff) |
Renamed Network.RPC -> Network.DatagramServer.Types
Diffstat (limited to 'src/Data')
-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 |