summaryrefslogtreecommitdiff
path: root/Hsbot/Types.hs
diff options
context:
space:
mode:
authorJulien Dessaux2011-11-03 18:52:20 +0100
committerJulien Dessaux2011-11-03 18:52:20 +0100
commit7840059d8d31a4142ee5c667bca19501c6d2e279 (patch)
tree44444cab31eef5f5853badfb194cabddcc0b9588 /Hsbot/Types.hs
parentFixed a bug in the quote module (diff)
downloadhsbot-7840059d8d31a4142ee5c667bca19501c6d2e279.tar.gz
hsbot-7840059d8d31a4142ee5c667bca19501c6d2e279.tar.bz2
hsbot-7840059d8d31a4142ee5c667bca19501c6d2e279.zip
Taking advantage of the new TLS debugging capabilities
Diffstat (limited to 'Hsbot/Types.hs')
-rw-r--r--Hsbot/Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Hsbot/Types.hs b/Hsbot/Types.hs
index b0110c2..3201caf 100644
--- a/Hsbot/Types.hs
+++ b/Hsbot/Types.hs
@@ -93,5 +93,6 @@ data TLSConfig = TLSConfig
, sslVersions :: [Network.TLS.Version]
, sslCiphers :: [Network.TLS.Cipher]
, sslVerify :: Bool
- } deriving (Show)
+ , sslLogging :: TLSLogging
+ }