Archived
1
0
Fork 0

Continue refactoring, worked on the core loop and the plugin infrastructure.

This commit is contained in:
Julien Dessaux 2011-04-23 13:35:04 +02:00
parent ff07633fb8
commit d4be110200
7 changed files with 140 additions and 38 deletions

View file

@ -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