core: fix for ghc 8.10.7

This commit is contained in:
Evgeny Poberezkin
2023-10-11 21:57:53 +01:00
parent effc281271
commit 7692195bfa
4 changed files with 3 additions and 5 deletions
-1
View File
@@ -10,7 +10,6 @@
module Simplex.Chat.Store.Shared where
import Control.Concurrent.STM (stateTVar)
import Control.Exception (Exception)
import qualified Control.Exception as E
import Control.Monad.Except