core: split Store.hs to multiple files for faster re-compilation (#2589)

* core: split Store.hs to multiple files for faster re-compilation

* remove unused compiler pragmas
This commit is contained in:
Evgeny Poberezkin
2023-06-18 10:20:11 +01:00
committed by GitHub
parent 9fbcc2b5bb
commit e1370e8f3c
15 changed files with 5843 additions and 5607 deletions
+1
View File
@@ -37,6 +37,7 @@ import Simplex.Chat.Markdown (ParsedMarkdown (..), parseMaybeMarkdownList)
import Simplex.Chat.Mobile.WebRTC
import Simplex.Chat.Options
import Simplex.Chat.Store
import Simplex.Chat.Store.Profiles
import Simplex.Chat.Types
import Simplex.Messaging.Agent.Env.SQLite (createAgentStore)
import Simplex.Messaging.Agent.Store.SQLite (MigrationConfirmation (..), MigrationError)