summaryrefslogtreecommitdiff
path: root/HsbotIrcBot/hsbot-irc.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2010-08-01 23:29:48 +0200
committerJulien Dessaux2010-08-01 23:29:48 +0200
commit8c59b45dc7c88cea63a4cf47566a3d5124a8a0b0 (patch)
tree67b65a6ab0b3605ed21ae0725a185798638559b2 /HsbotIrcBot/hsbot-irc.cabal
parentMoved the CLI argument processing stuff in its own file. (diff)
downloadhsbot-8c59b45dc7c88cea63a4cf47566a3d5124a8a0b0.tar.gz
hsbot-8c59b45dc7c88cea63a4cf47566a3d5124a8a0b0.tar.bz2
hsbot-8c59b45dc7c88cea63a4cf47566a3d5124a8a0b0.zip
Got a working hsbot-irc back online!
Diffstat (limited to '')
-rw-r--r--HsbotIrcBot/hsbot-irc.cabal8
1 files changed, 8 insertions, 0 deletions
diff --git a/HsbotIrcBot/hsbot-irc.cabal b/HsbotIrcBot/hsbot-irc.cabal
index c19038f..818d20e 100644
--- a/HsbotIrcBot/hsbot-irc.cabal
+++ b/HsbotIrcBot/hsbot-irc.cabal
@@ -22,8 +22,16 @@ Executable hsbot-irc
Extensions: DeriveDataTypeable ScopedTypeVariables
Build-depends: base >= 4.1 && < 5,
ConfigFile,
+ containers,
+ directory,
+ filepath,
+ haskell98,
MissingH,
mtl,
network,
+ parsec >= 3,
+ random,
+ text,
+ time,
unix