summaryrefslogtreecommitdiff
path: root/src/Erebos/Storage/Head.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-06-03 22:03:33 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-06-04 21:13:42 +0200
commit9fd045d5dd5a2d9b210847451fb6fc0837a00068 (patch)
treedce40a1726a3a2dd26589780553cabde59703b24 /src/Erebos/Storage/Head.hs
parent2f403246cb0eb4a0c39598f03cb2116ad00fc500 (diff)
Move Ref declaration to Object.Internal moduleHEADmaster
Diffstat (limited to 'src/Erebos/Storage/Head.hs')
-rw-r--r--src/Erebos/Storage/Head.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Erebos/Storage/Head.hs b/src/Erebos/Storage/Head.hs
index 87212f0..f6ddcfa 100644
--- a/src/Erebos/Storage/Head.hs
+++ b/src/Erebos/Storage/Head.hs
@@ -29,7 +29,7 @@ import Control.Monad.Reader
import Data.Bifunctor
import Data.Typeable
-import Erebos.Object
+import Erebos.Object.Internal
import Erebos.Storable.Internal
import Erebos.Storage.Backend
import Erebos.Storage.Internal