From 884c6c9f2e3a03d6666c8dd6c6d6b6513db88ad5 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 4 Feb 2010 20:36:58 +0100 Subject: Reorganized code and types, changed slightly the architecture. --- Hsbot.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Hsbot.hs') diff --git a/Hsbot.hs b/Hsbot.hs index 54cc226..7275b81 100644 --- a/Hsbot.hs +++ b/Hsbot.hs @@ -5,6 +5,8 @@ module Hsbot , module Hsbot.IRCParser , module Hsbot.Main , module Hsbot.Plugin + , module Hsbot.Types + , module Hsbot.Utils ) where import Config @@ -13,4 +15,6 @@ import Hsbot.IRC import Hsbot.IRCParser import Hsbot.Main import Hsbot.Plugin +import Hsbot.Types +import Hsbot.Utils -- cgit v1.2.3