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

Module documentation for 0.2.0.5

Travis Build Status Hackage Stackage Nightly

threepenny-editors

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

Changes

0.2.1.0 (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.