summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2011-05-01 03:11:32 +0200
committerJulien Dessaux2011-05-01 03:28:28 +0200
commitc497b24700eeea4269e4d76559e8023284a0a213 (patch)
tree9d09a769232cb93e3987f999f12a3203b81443b1 /hsbot.cabal
parentImproved message utilities. (diff)
downloadhsbot-c497b24700eeea4269e4d76559e8023284a0a213.tar.gz
hsbot-c497b24700eeea4269e4d76559e8023284a0a213.tar.bz2
hsbot-c497b24700eeea4269e4d76559e8023284a0a213.zip
Added plugin loading, and the most basic hook capability.
Diffstat (limited to '')
-rw-r--r--hsbot.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/hsbot.cabal b/hsbot.cabal
index cc4eae7..055d36d 100644
--- a/hsbot.cabal
+++ b/hsbot.cabal
@@ -1,5 +1,5 @@
Name: hsbot
-Version: 0.4.1
+Version: 0.4.4
Cabal-version: >=1.2
Synopsis: A multipurposes IRC bot
Description:
@@ -19,11 +19,10 @@ Build-type: Simple
Library
ghc-options: -Wall
exposed-modules: Hsbot
- --Hsbot.Command
Hsbot.Config
Hsbot.Core
Hsbot.Message
- --Hsbot.Plugin
+ Hsbot.Plugin
Hsbot.Plugin.Ping
Hsbot.Types
Hsbot.Utils