Merge branch 'master' into quoteModule
Conflicts: hsbot.cabal
This commit is contained in:
commit
900c242551
11 changed files with 203 additions and 169 deletions
|
@ -23,6 +23,7 @@ Library
|
|||
Hsbot.Core
|
||||
Hsbot.Message
|
||||
Hsbot.Plugin
|
||||
Hsbot.Plugin.Admin
|
||||
Hsbot.Plugin.Duck
|
||||
Hsbot.Plugin.Ping
|
||||
Hsbot.Plugin.Quote
|
||||
|
@ -43,9 +44,10 @@ Library
|
|||
network,
|
||||
random,
|
||||
safecopy,
|
||||
tls >= 0.6.1,
|
||||
tls >= 0.7.1,
|
||||
tls-extra >= 0.2.0,
|
||||
time,
|
||||
utf8-string,
|
||||
xdg-basedir
|
||||
|
||||
|
||||
|
|
Reference in a new issue