Archived
1
0
Fork 0

Updated for TLS 0.6

This commit is contained in:
Julien Dessaux 2011-05-05 00:28:08 +02:00
parent 5d2c3cdeb2
commit 2ff4db03bb
2 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Name: hsbot
Version: 0.4.5
Version: 0.4.6
Cabal-version: >=1.2
Synopsis: A multipurposes IRC bot
Description:
@ -31,14 +31,15 @@ Library
bytestring,
certificate,
containers,
crypto-api,
cryptocipher,
dyre,
hslogger,
irc,
mtl,
network,
tls >= 0.5.1,
tls-extra >= 0.1.2
tls >= 0.6.1,
tls-extra >= 0.2.0
Executable hsbot