BSD-3-Clause licensed by Jose Iborra
Maintained by [email protected]
This version can be pinned in stack with:threepenny-editors-0.2.0.7@sha256:78b59d2cb43b965ac255c21651b9d6c18deece3476fc727ec794ebcf2d4be57e,1849

Module documentation for 0.2.0.7

Travis Build Status Hackage Stackage Nightly

threepenny-editors

A library for writing composable algebraic widgets with threepenny-gui.

Changes

0.2.0.7 (2017-05-20)

* Added `editorSelection`.

0.2.0.6 (2017-05-15)

* Fix the `Editable` instance for `Identity` and remove reexports.

0.2.0.5 (2017-05-14)

* Add `editorGeneric` and `editorGenericSimple` for types with generics-sop instances.
The latter is only for record and newtypes, whereas the former supports also
Union types, but comes with additional type class constraints.
* Give `Editable` default implementations for generic types.