summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2011-07-11 22:35:41 +0200
committerJulien Dessaux2011-07-11 22:35:41 +0200
commitb666e543d0ae03f79ca8b8527c099ca6320f27b0 (patch)
treef2bda5b5b86d9b4e85411ddb695d899987bd8864 /hsbot.cabal
parentAdded some duck funny faces (diff)
downloadhsbot-b666e543d0ae03f79ca8b8527c099ca6320f27b0.tar.gz
hsbot-b666e543d0ae03f79ca8b8527c099ca6320f27b0.tar.bz2
hsbot-b666e543d0ae03f79ca8b8527c099ca6320f27b0.zip
Fixed TLS client implementation
Diffstat (limited to '')
-rw-r--r--hsbot.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/hsbot.cabal b/hsbot.cabal
index ef9be31..96b9647 100644
--- a/hsbot.cabal
+++ b/hsbot.cabal
@@ -42,8 +42,9 @@ Library
network,
random,
safecopy,
- tls >= 0.6.1,
+ tls >= 0.7.1,
tls-extra >= 0.2.0,
+ utf8-string,
xdg-basedir