summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2011-11-03 21:54:11 +0100
committerJulien Dessaux2011-11-03 21:54:11 +0100
commit938657be77cac36e4f6bae2b2b1c6aaa15c41f5a (patch)
tree3db7a42ec2ae7d924b9fbaa2b2174f806a22c0cf /hsbot.cabal
parentTaking advantage of the new TLS debugging capabilities (diff)
downloadhsbot-938657be77cac36e4f6bae2b2b1c6aaa15c41f5a.tar.gz
hsbot-938657be77cac36e4f6bae2b2b1c6aaa15c41f5a.tar.bz2
hsbot-938657be77cac36e4f6bae2b2b1c6aaa15c41f5a.zip
Fixed the incorrect parsing of the TCP stream.
Diffstat (limited to '')
-rw-r--r--hsbot.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/hsbot.cabal b/hsbot.cabal
index 481f026..1a4acf6 100644
--- a/hsbot.cabal
+++ b/hsbot.cabal
@@ -42,6 +42,7 @@ Library
irc,
mtl,
network,
+ parsec,
random,
safecopy,
tls >= 0.8.1,