summaryrefslogtreecommitdiff
path: root/HsbotIrcBot/hsbot-irc.cabal
diff options
context:
space:
mode:
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