Update changelog and fix some small issues
This commit is contained in:
parent
e048424eac
commit
370b05da61
3 changed files with 10 additions and 3 deletions
|
|
@ -4,12 +4,19 @@
|
|||
**Table of Contents**
|
||||
|
||||
- [Changelog for haboli](#changelog-for-haboli)
|
||||
- [upcoming](#upcoming)
|
||||
- [0.3.0.0](#0300)
|
||||
- [0.2.0.0](#0200)
|
||||
- [0.1.0.0](#0100)
|
||||
|
||||
<!-- markdown-toc end -->
|
||||
|
||||
## upcoming
|
||||
* add `Haboli.Euphoria` module
|
||||
* add proper README
|
||||
* clean up package structure
|
||||
* update documentation
|
||||
|
||||
## 0.3.0.0
|
||||
* fix Client not receiving all kinds of server events
|
||||
* rename ConnectionConfig record accessors
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ For more information, see the haddock for the `Haboli.Euphoria.Client` and
|
|||
|
||||
## Example bot
|
||||
|
||||
Here is a very basic example bot that Replies to `!ping` with `Pong!`:
|
||||
Here is a very basic example bot that replies to `!ping` with `Pong!`:
|
||||
|
||||
```haskell
|
||||
pingPongBot :: Client () ()
|
||||
|
|
|
|||
|
|
@ -77,8 +77,8 @@ import qualified Data.Text as T
|
|||
import Data.Time
|
||||
import Data.Time.Clock.POSIX
|
||||
|
||||
-- | A class for all types that can be converted into an 'Data.Aeson.Object'.
|
||||
-- Similar to 'ToJSON', but more restrictive.
|
||||
-- | A class for all types that can be converted into an
|
||||
-- 'Data.Aeson.Types.Object'. Similar to 'ToJSON', but more restrictive.
|
||||
class ToJSONObject a where
|
||||
toJSONObject :: a -> Object
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue