BSD-3-Clause licensed by Mitchell Rosen
Maintained by Mitchell Rosen
This version can be pinned in stack with:termbox-0.2.0@sha256:ad1d44681a8c9398f981694af47bf049aea4232f22bfba95ab29e31260dce9b3,1977

Module documentation for 0.2.0

Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2019-08-12(full list with versions):

termbox

Build Status Hackage

Changes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to the Haskell Package Versioning Policy.

[0.2.0] - 2019-06-21

Added

  • getCells function
  • run function

Changed

  • Renamed size to getSize
  • Renamed main to run_ and return errors as an Either instead of throwing.
  • Made Attr’s Semigroup instance right-biased instead of left-biased.
  • Made Attr’s Num instance total.

Removed

  • buffer function

[0.1.0] - 2018-07-18

Added

  • Initial release