Fixed the clean killing of plugin's threads, fixed exception management and cleaned plugins' main functions.
This commit is contained in:
parent
416460886d
commit
bfc06f1ff1
7 changed files with 27 additions and 33 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
all:
|
||||
ghc --make -Wall -O2 Main.hs -o hsbot
|
||||
ghc --make -Wall -O2 Main.hs -o hsbot -XScopedTypeVariables
|
||||
|
||||
clean:
|
||||
- rm hsbot
|
||||
|
|
Reference in a new issue