diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-03 20:32:11 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-03 20:32:11 +0200 |
| commit | 2f403246cb0eb4a0c39598f03cb2116ad00fc500 (patch) | |
| tree | 4d904764801795c50bf050cbf016070cdf60118b /src/Erebos/Storage/Key.hs | |
| parent | 0af593143966fb5d75cabec0695d8a0587cbdd7e (diff) | |
Move Stored declaration to Object.Storable module
Diffstat (limited to 'src/Erebos/Storage/Key.hs')
| -rw-r--r-- | src/Erebos/Storage/Key.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Erebos/Storage/Key.hs b/src/Erebos/Storage/Key.hs index b615f16..85ebded 100644 --- a/src/Erebos/Storage/Key.hs +++ b/src/Erebos/Storage/Key.hs @@ -11,7 +11,9 @@ import Control.Monad.IO.Class import Data.ByteArray import Data.Typeable -import Erebos.Storable +import Erebos.Error +import Erebos.Object.Internal +import Erebos.Storable.Internal import Erebos.Storage.Internal class Storable pub => KeyPair sec pub | sec -> pub, pub -> sec where |