Updated to support the latest version of the tls module.
This commit is contained in:
parent
7cefea4cbc
commit
50c8c0801e
4 changed files with 6 additions and 6 deletions
|
@ -34,7 +34,7 @@ data BotEnv = BotEnv
|
|||
, envThreadIdsMv :: MVar [ThreadId]
|
||||
, envConfig :: Config
|
||||
, envTLS :: Maybe TLSParams
|
||||
, envTLSCtx :: Maybe TLSCtx
|
||||
, envTLSCtx :: Maybe (TLSCtx Handle)
|
||||
}
|
||||
|
||||
-- The bot monad
|
||||
|
|
Reference in a new issue