summaryrefslogtreecommitdiff
path: root/hsbot.cabal
diff options
context:
space:
mode:
authorJulien Dessaux2011-04-23 13:35:04 +0200
committerJulien Dessaux2011-04-23 13:35:04 +0200
commitd4be110200ba3f3a2f19236ec3c16f980ab458aa (patch)
tree832402a3a83927b0f3242b2306b4f1a79e681de8 /hsbot.cabal
parentBegan a big refactoring/rewriting (again) (diff)
downloadhsbot-d4be110200ba3f3a2f19236ec3c16f980ab458aa.tar.gz
hsbot-d4be110200ba3f3a2f19236ec3c16f980ab458aa.tar.bz2
hsbot-d4be110200ba3f3a2f19236ec3c16f980ab458aa.zip
Continue refactoring, worked on the core loop and the plugin infrastructure.
Diffstat (limited to '')
-rw-r--r--hsbot.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/hsbot.cabal b/hsbot.cabal
index e1654b4..cc4eae7 100644
--- a/hsbot.cabal
+++ b/hsbot.cabal
@@ -1,5 +1,5 @@
Name: hsbot
-Version: 0.4
+Version: 0.4.1
Cabal-version: >=1.2
Synopsis: A multipurposes IRC bot
Description:
@@ -22,7 +22,9 @@ Library
--Hsbot.Command
Hsbot.Config
Hsbot.Core
+ Hsbot.Message
--Hsbot.Plugin
+ Hsbot.Plugin.Ping
Hsbot.Types
Hsbot.Utils
Extensions: DeriveDataTypeable FlexibleContexts ScopedTypeVariables