core: fix test

This commit is contained in:
Evgeny Poberezkin
2023-10-13 17:52:27 +01:00
parent 5d4006f291
commit 392447ea33
3 changed files with 3 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TupleSections #-}
{-# OPTIONS_GHC -fno-warn-ambiguous-fields #-}
module Simplex.Chat.Remote where
import Control.Logger.Simple