diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-11-10 19:17:56 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-11-17 22:15:45 +0100 |
commit | 20d017985ff1d69e7ea0c8ea5bd4808e3deab194 (patch) | |
tree | 745b8c64448388682b57e2d36b01cff0dcb38081 /src/Erebos/Attach.hs | |
parent | 00dcbf3c14dceaa3b1a54a3d479518302f9c2ce4 (diff) |
Create Erebos.Storage.Head module
Diffstat (limited to 'src/Erebos/Attach.hs')
-rw-r--r-- | src/Erebos/Attach.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Erebos/Attach.hs b/src/Erebos/Attach.hs index e0a240e..aac7297 100644 --- a/src/Erebos/Attach.hs +++ b/src/Erebos/Attach.hs @@ -16,11 +16,11 @@ import qualified Data.Text as T import Erebos.Identity import Erebos.Network -import Erebos.Object.Internal import Erebos.Pairing import Erebos.PubKey import Erebos.Service import Erebos.State +import Erebos.Storable import Erebos.Storage.Key type AttachService = PairingService AttachIdentity |