summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2011-05-14 00:42:37 +0200
committerJulien Dessaux2011-05-14 00:42:37 +0200
commit1995f4ddb8cedbd1f1d3f2b139546e09d200d579 (patch)
treee659913d98a0780a3c26f332c741c1777a92321f /hsbot.cabal
parentAdded a function to get the sender of an irc message. (diff)
downloadhsbot-1995f4ddb8cedbd1f1d3f2b139546e09d200d579.tar.gz
hsbot-1995f4ddb8cedbd1f1d3f2b139546e09d200d579.tar.bz2
hsbot-1995f4ddb8cedbd1f1d3f2b139546e09d200d579.zip
Added persistent statistics for the duck Module.
Diffstat (limited to '')
-rw-r--r--hsbot.cabal9
1 files changed, 6 insertions, 3 deletions
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