packages feed

termbox-banana-1.0.0: CHANGELOG.md

## [1.0.0] - 2022-11-03

- Rework `run` type
- Bump to `termbox-1.1.0`, whose API changes are visible here, too

## [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