## [0.4.0] - 2022-07-16
- Parameterize `TermboxEvent` (now `Event`) by user event
- Add `Program` type alias for readability
- Remove `TermboxEvent` alias
- Drop GHC 8.2 support
## [0.3.1] - 2022-04-02
- Remove example executables
## [0.3.0] - 2020-09-20
- Support GHC 8.8, GHC 8.10
- Depend on `termbox ==0.3`
- Remove `Scene`
## [0.2.0] - 2019-06-28
- Add `run`
- Rename `main` to `run_`
- Bump `termbox` lower bound
## [0.1.1] - 2019-04-19
- Remov unnecessary `stm` dependency
- Bump `base` upper bound
## [0.1.0] - 2018-07-22
- Initial release