summaryrefslogtreecommitdiff
path: root/src/Erebos/Storage/Key.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-10-30 20:06:03 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2024-10-30 20:06:03 +0100
commitf4394413ab3cf2dfb94b1f024a047938cfd471e9 (patch)
tree62d0d342d8b24a7d6afdc5d94b53e7d4ee6101e7 /src/Erebos/Storage/Key.hs
parentf4f6a1d3afca2f47e10fe79585e7d9fddada8832 (diff)
Rename Erebos.Storage module to Erebos.Object.Internal
Diffstat (limited to 'src/Erebos/Storage/Key.hs')
-rw-r--r--src/Erebos/Storage/Key.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Erebos/Storage/Key.hs b/src/Erebos/Storage/Key.hs
index 5da79e3..9e52397 100644
--- a/src/Erebos/Storage/Key.hs
+++ b/src/Erebos/Storage/Key.hs
@@ -18,7 +18,7 @@ import System.Directory
import System.FilePath
import System.IO.Error
-import Erebos.Storage
+import Erebos.Object.Internal
import Erebos.Storage.Internal
class Storable pub => KeyPair sec pub | sec -> pub, pub -> sec where