summaryrefslogtreecommitdiff
path: root/src/Erebos/Storage/Graph.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/Graph.hs
parent0af593143966fb5d75cabec0695d8a0587cbdd7e (diff)
Move Stored declaration to Object.Storable module
Diffstat (limited to 'src/Erebos/Storage/Graph.hs')
-rw-r--r--src/Erebos/Storage/Graph.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Erebos/Storage/Graph.hs b/src/Erebos/Storage/Graph.hs
index 79e25bc..1312941 100644
--- a/src/Erebos/Storage/Graph.hs
+++ b/src/Erebos/Storage/Graph.hs
@@ -40,7 +40,7 @@ import Data.Set qualified as S
import System.IO.Unsafe (unsafePerformIO)
import Erebos.Object
-import Erebos.Storable
+import Erebos.Storable.Internal
import Erebos.Storage.Internal
import Erebos.Util