summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2011-11-03 18:49:43 +0100
committerJulien Dessaux2011-11-03 18:50:44 +0100
commit50c8c0801ebc3707dfd86c2bc31a6768110d1821 (patch)
tree387104c5f2f41f484c7f5a425435b6589a94584f /hsbot.cabal
parentOther cosmetics + version upgrade. (diff)
downloadhsbot-50c8c0801ebc3707dfd86c2bc31a6768110d1821.tar.gz
hsbot-50c8c0801ebc3707dfd86c2bc31a6768110d1821.tar.bz2
hsbot-50c8c0801ebc3707dfd86c2bc31a6768110d1821.zip
Updated to support the latest version of the tls module.
Diffstat (limited to '')
-rw-r--r--hsbot.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hsbot.cabal b/hsbot.cabal
index 215d280..481f026 100644
--- a/hsbot.cabal
+++ b/hsbot.cabal
@@ -1,5 +1,5 @@
Name: hsbot
-Version: 0.4.17
+Version: 0.4.18
Cabal-version: >=1.2
Synopsis: A multipurposes IRC bot
Description:
@@ -44,8 +44,8 @@ Library
network,
random,
safecopy,
- tls >= 0.7.1,
- tls-extra >= 0.2.0,
+ tls >= 0.8.1,
+ tls-extra >= 0.4.0,
time,
utf8-string,
xdg-basedir