BSD-3-Clause licensed by Mitchell Rosen
Maintained by Mitchell Rosen
This version can be pinned in stack with:termbox-banana-1.0.0@sha256:c1fc12c061cffd0b7d354d8ae52e70bd4a588b89ea278bc95c101327c4b3d8ef,1610

Module documentation for 1.0.0

This package provides a reactive-banana FRP interface to termbox programs.

See also:

Changes

[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