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 /erebos.cabal | |
parent | f4f6a1d3afca2f47e10fe79585e7d9fddada8832 (diff) |
Rename Erebos.Storage module to Erebos.Object.Internal
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index a11861a..93af480 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -107,12 +107,12 @@ library Erebos.Service Erebos.Set Erebos.State - Erebos.Storage Erebos.Storage.Key Erebos.Storage.Merge Erebos.Sync -- Used by test tool: + Erebos.Object.Internal Erebos.Storage.Internal other-modules: Erebos.Flow |