Added duck spawning capabilities, ready to be shot!
This commit is contained in:
parent
a8c0c85787
commit
b3d04f9a06
2 changed files with 33 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: hsbot
|
||||
Version: 0.4.9
|
||||
Version: 0.4.10
|
||||
Cabal-version: >=1.2
|
||||
Synopsis: A multipurposes IRC bot
|
||||
Description:
|
||||
|
@ -39,6 +39,7 @@ Library
|
|||
irc,
|
||||
mtl,
|
||||
network,
|
||||
random,
|
||||
tls >= 0.6.1,
|
||||
tls-extra >= 0.2.0
|
||||
|
||||
|
|
Reference in a new issue