Wrote a dynamic compilation stuff that works (unable to test reboot yet)
This commit is contained in:
parent
ea607ba1b1
commit
1f6c64749d
7 changed files with 183 additions and 0 deletions
12
Hsbot.hs
Normal file
12
Hsbot.hs
Normal file
|
@ -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
|
||||
|
Reference in a new issue