hlian / linklater

A Haskell library for the Slack API (including real-time messaging!)
BSD 3-Clause "New" or "Revised" License
79 stars 11 forks source link

First draft of event support for linklater #11

Closed ggranberry closed 6 years ago

ggranberry commented 6 years ago

Hey, I found myself making a little bot that was triggered off of events and figured you might be open to supporting said behavior in Linklater. I went ahead and sketched up a basic implementation, but it could definitely use a bit of work as my lens skills are beginner level.

hlian commented 6 years ago

thanks! looks really good. just that one note

hlian commented 6 years ago

let's merge this sucker!

hlian commented 6 years ago

i'll cut a minor point release soon. i guess 4.1 will be the release

ggranberry commented 6 years ago

Awesome! It should be pretty easy to add whatever new event types people want to use in the future. I just figured it wasn't really worth trying to implement them all in one go.