From 6cc15c6cd859070fda1b46995108fbfc3e13a5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 7 Dec 2024 20:01:55 +0100 Subject: StorageBackend type class Changelog: API: Added `StorageBackend` type class to allow custom storage implementation --- erebos.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'erebos.cabal') 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 -- cgit v1.2.3