mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 18:35:59 +00:00
rename Env.hs -> Env/SQLite.hs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Main where
|
||||
|
||||
import Simplex.Messaging.Agent (runSMPAgent)
|
||||
import Simplex.Messaging.Agent.Env
|
||||
import Simplex.Messaging.Agent.Env.SQLite
|
||||
|
||||
cfg :: AgentConfig
|
||||
cfg =
|
||||
|
||||
@@ -10,7 +10,7 @@ import Control.Monad.IO.Unlift
|
||||
import Control.Monad.Reader
|
||||
import Crypto.Random
|
||||
import Simplex.Messaging.Agent.Command
|
||||
import Simplex.Messaging.Agent.Env
|
||||
import Simplex.Messaging.Agent.Env.SQLite
|
||||
import Simplex.Messaging.Transport
|
||||
import UnliftIO.Async
|
||||
import UnliftIO.IO
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# OPTIONS_GHC -fno-warn-unticked-promoted-constructors #-}
|
||||
|
||||
module Simplex.Messaging.Agent.Env where
|
||||
module Simplex.Messaging.Agent.Env.SQLite where
|
||||
|
||||
import Control.Monad.IO.Unlift
|
||||
import Crypto.Random
|
||||
Reference in New Issue
Block a user