summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2010-05-24 23:50:59 +0200
committerJulien Dessaux2010-05-24 23:52:47 +0200
commit8b33600f3818edd9aa9dedfa7a9a03d6e2af3276 (patch)
tree50a8ae73d0c67df2f9349d96fd47b65a10244185 /hsbot.cabal
parentImplemented ircbot update messages. (diff)
downloadhsbot-8b33600f3818edd9aa9dedfa7a9a03d6e2af3276.tar.gz
hsbot-8b33600f3818edd9aa9dedfa7a9a03d6e2af3276.tar.bz2
hsbot-8b33600f3818edd9aa9dedfa7a9a03d6e2af3276.zip
Implemented update message handling in the bot's core.
Diffstat (limited to '')
-rw-r--r--hsbot.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/hsbot.cabal b/hsbot.cabal
index 0f3b88f..9fb8549 100644
--- a/hsbot.cabal
+++ b/hsbot.cabal
@@ -54,6 +54,8 @@ Library
Hsbot.Irc.Types
Hsbot.Message
Hsbot.Plugin
+ Hsbot.PluginUtils
+ Hsbot.Types
ghc-options: -Wall
extensions: DeriveDataTypeable ScopedTypeVariables
build-depends: base >= 4.1,