From 1995f4ddb8cedbd1f1d3f2b139546e09d200d579 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 14 May 2011 00:42:37 +0200 Subject: Added persistent statistics for the duck Module. --- hsbot.cabal | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'hsbot.cabal') diff --git a/hsbot.cabal b/hsbot.cabal index de77b84..fbb1108 100644 --- a/hsbot.cabal +++ b/hsbot.cabal @@ -1,5 +1,5 @@ Name: hsbot -Version: 0.4.14 +Version: 0.4.15 Cabal-version: >=1.2 Synopsis: A multipurposes IRC bot Description: @@ -28,7 +28,8 @@ Library Hsbot.Types Hsbot.Utils Extensions: DeriveDataTypeable FlexibleContexts ScopedTypeVariables - Build-depends: base >= 4.1 && < 5, + Build-depends: acid-state, + base >= 4.1 && < 5, bytestring, certificate, containers, @@ -40,8 +41,10 @@ Library mtl, network, random, + safecopy, tls >= 0.6.1, - tls-extra >= 0.2.0 + tls-extra >= 0.2.0, + xdg-basedir Executable hsbot -- cgit v1.2.3