diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-11 20:22:33 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-21 20:15:21 +0100 |
commit | 83d291f476a9793012a7aabb27c3cf59c7bdea05 (patch) | |
tree | 42b60eac72c25df8280e412e706acbae80fa7a8b /erebos.cabal | |
parent | f612d03ac7d5fb00fa76c3be14d965ab51988504 (diff) |
Generic type for MonadError constraints
Changelog: API: MonadError constraints use generic error type
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index cfa826f..e704a3f 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -99,6 +99,7 @@ library Erebos.Conversation Erebos.DirectMessage Erebos.Discovery + Erebos.Error Erebos.Identity Erebos.Network Erebos.Network.Channel |