summaryrefslogtreecommitdiff
path: root/Hsbot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Hsbot.hs')
-rw-r--r--Hsbot.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Hsbot.hs b/Hsbot.hs
new file mode 100644
index 0000000..5b423ec
--- /dev/null
+++ b/Hsbot.hs
@@ -0,0 +1,12 @@
+module Hsbot
+ ( module Config
+ , module Hsbot.Core
+ , module Hsbot.IRC
+ , module Hsbot.Main
+ ) where
+
+import Config
+import Hsbot.Core
+import Hsbot.IRC
+import Hsbot.Main
+