summaryrefslogtreecommitdiff
path: root/src/Erebos/Storage.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-06-03 20:32:11 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-06-03 20:32:11 +0200
commit2f403246cb0eb4a0c39598f03cb2116ad00fc500 (patch)
tree4d904764801795c50bf050cbf016070cdf60118b /src/Erebos/Storage.hs
parent0af593143966fb5d75cabec0695d8a0587cbdd7e (diff)
Move Stored declaration to Object.Storable module
Diffstat (limited to 'src/Erebos/Storage.hs')
-rw-r--r--src/Erebos/Storage.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Erebos/Storage.hs b/src/Erebos/Storage.hs
index f1cce84..d9559bc 100644
--- a/src/Erebos/Storage.hs
+++ b/src/Erebos/Storage.hs
@@ -24,6 +24,7 @@ module Erebos.Storage (
) where
import Erebos.Object.Internal
+import Erebos.Storable.Internal
import Erebos.Storage.Disk
import Erebos.Storage.Head
import Erebos.Storage.Memory