diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-10-30 20:06:03 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-10-30 20:06:03 +0100 |
commit | f4394413ab3cf2dfb94b1f024a047938cfd471e9 (patch) | |
tree | 62d0d342d8b24a7d6afdc5d94b53e7d4ee6101e7 /src/Erebos/Attach.hs | |
parent | f4f6a1d3afca2f47e10fe79585e7d9fddada8832 (diff) |
Rename Erebos.Storage module to Erebos.Object.Internal
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 bd2f521..e0a240e 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.Storage import Erebos.Storage.Key type AttachService = PairingService AttachIdentity |