summaryrefslogtreecommitdiff
path: root/src/Erebos/Storable.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-03-11 20:22:33 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-03-21 20:15:21 +0100
commit83d291f476a9793012a7aabb27c3cf59c7bdea05 (patch)
tree42b60eac72c25df8280e412e706acbae80fa7a8b /src/Erebos/Storable.hs
parentf612d03ac7d5fb00fa76c3be14d965ab51988504 (diff)
Generic type for MonadError constraints
Changelog: API: MonadError constraints use generic error type
Diffstat (limited to 'src/Erebos/Storable.hs')
-rw-r--r--src/Erebos/Storable.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Erebos/Storable.hs b/src/Erebos/Storable.hs
index ee389ce..b0795f9 100644
--- a/src/Erebos/Storable.hs
+++ b/src/Erebos/Storable.hs
@@ -36,6 +36,9 @@ module Erebos.Storable (
unsafeMapStored,
Storage, MonadStorage(..),
+
+ module Erebos.Error,
) where
+import Erebos.Error
import Erebos.Object.Internal