summaryrefslogtreecommitdiff
path: root/erebos.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-10-30 21:42:35 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2024-11-06 21:03:16 +0100
commitd144e1d0b45421d102751cdf584126810ab33ba5 (patch)
treee2e8bb8d068a89ce814d4fdc25ebbebabfdf43a5 /erebos.cabal
parentc4ff2f54c52e9ebb1c47aeb79284faf3fcbad4e3 (diff)
Create new Object, Storable and Storage modulesdevel
Changelog: API: Split Erebos.Storage into multiple modules
Diffstat (limited to 'erebos.cabal')
-rw-r--r--erebos.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal
index 5f3f33d..f16c879 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -102,20 +102,23 @@ library
Erebos.Message
Erebos.Network
Erebos.Network.Protocol
+ Erebos.Object
Erebos.Pairing
Erebos.PubKey
Erebos.Service
Erebos.Set
Erebos.State
+ Erebos.Storable
+ Erebos.Storage
Erebos.Storage.Key
Erebos.Storage.Merge
Erebos.Sync
-- Used by test tool:
- Erebos.Object.Internal
Erebos.Storage.Internal
other-modules:
Erebos.Flow
+ Erebos.Object.Internal
Erebos.Storage.Platform
Erebos.Util