summaryrefslogtreecommitdiff
path: root/Hsbot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Hsbot.hs')
-rw-r--r--Hsbot.hs4
1 files changed, 4 insertions, 0 deletions
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