diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-11-26 21:21:09 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-11-26 21:21:09 +0100 |
commit | 16876457bc526e22c64d024cd76c188dd5ba62c6 (patch) | |
tree | 4505ff2d70de8164f2b191ec8221aacbc7ea7414 /erebos.cabal | |
parent | a5f8c25eb31aa9c6997cba1431a44beda1a30a94 (diff) |
Test: avoid the need for exposing Erebos.Storage.Internal
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/erebos.cabal b/erebos.cabal index ba00538..0b33141 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -115,11 +115,10 @@ library Erebos.Storage.Merge Erebos.Sync - -- Used by test tool: - Erebos.Storage.Internal other-modules: Erebos.Flow Erebos.Object.Internal + Erebos.Storage.Internal Erebos.Storage.Platform Erebos.Util |