Archived
1
0
Fork 0

Updated to support the latest version of the tls module.

This commit is contained in:
Julien Dessaux 2011-11-03 18:49:43 +01:00
parent 7cefea4cbc
commit 50c8c0801e
4 changed files with 6 additions and 6 deletions

View file

@ -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