diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-12-07 20:01:55 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-12-28 12:34:09 +0100 |
commit | 6cc15c6cd859070fda1b46995108fbfc3e13a5db (patch) | |
tree | 220870f1511aa65553d8fcbe79fd74d8280f1b65 /erebos.cabal | |
parent | 16876457bc526e22c64d024cd76c188dd5ba62c6 (diff) |
StorageBackend type class
Changelog: API: Added `StorageBackend` type class to allow custom storage implementation
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index 0b33141..e610d94 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -110,6 +110,7 @@ library Erebos.State Erebos.Storable Erebos.Storage + Erebos.Storage.Backend Erebos.Storage.Head Erebos.Storage.Key Erebos.Storage.Merge @@ -118,7 +119,9 @@ library other-modules: Erebos.Flow Erebos.Object.Internal + Erebos.Storage.Disk Erebos.Storage.Internal + Erebos.Storage.Memory Erebos.Storage.Platform Erebos.Util |