summaryrefslogtreecommitdiff
path: root/src/Erebos/Channel.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-10-30 20:06:03 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2024-10-30 20:06:03 +0100
commitf4394413ab3cf2dfb94b1f024a047938cfd471e9 (patch)
tree62d0d342d8b24a7d6afdc5d94b53e7d4ee6101e7 /src/Erebos/Channel.hs
parentf4f6a1d3afca2f47e10fe79585e7d9fddada8832 (diff)
Rename Erebos.Storage module to Erebos.Object.Internal
Diffstat (limited to 'src/Erebos/Channel.hs')
-rw-r--r--src/Erebos/Channel.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Erebos/Channel.hs b/src/Erebos/Channel.hs
index 5f66637..c17c9ab 100644
--- a/src/Erebos/Channel.hs
+++ b/src/Erebos/Channel.hs
@@ -26,8 +26,8 @@ import Data.ByteString.Lazy qualified as BL
import Data.List
import Erebos.Identity
+import Erebos.Object.Internal
import Erebos.PubKey
-import Erebos.Storage
data Channel = Channel
{ chPeers :: [Stored (Signed IdentityData)]