Add inline mode support to EchoBot
Initial support for inline mode
Add a pattern in the gitignore to prevent the commit of Emacs backup files
Merge pull request #40 from cheopslab/backcompat
Support backwards compatibility with older ghc.
Support backwards compatibility with older ghc.
For base<4.13 there is a method fail, that was is equal to
`error` call unless overriden. This commit reintroduces
method overriding so parser will not exit with exception on
the call to fail.
Merge pull request #39 from fizruk/fix-cron-job
Restrict `cron` lower boundary to fix cron jobs
Restrict `cron` lower boundary to fix cron jobs
Merge pull request #38 from ruamk/master
Update package.yaml to use newer cron version.
Update package.yaml
Fix cron package version to prevent bug with 60 minutes.
Merge pull request #36 from pavel-the-best/hashable-type
Derive Hashable for MessageId
Merge pull request #35 from pavel-the-best/forward-msg
Implement forwardMessage API method
Merge pull request #33 from cheopslab/markdownv2
Add MarkdownV2 parse mode
Derive Hashable for MessageId so it could be used in HashMap
Signed-off-by: Pavel Kalugin <paul.kalug@gmail.com>