threepenny-editors: Composable algebraic editors

[ bsd3, library, web ] [ Propose Tags ]

This package provides a type class Editable and combinators to easily put together form-like editors for algebraic datatypes.

NOTE: This library contains examples, but they are not built by default. To build and install the example, use the buildExamples flag like this

cabal install threepenny-editors -fbuildExamples

[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
buildexamples

build the examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.0.6, 0.2.0.7, 0.2.0.8, 0.2.0.9, 0.2.0.10, 0.2.0.11, 0.2.0.12, 0.2.0.13, 0.2.0.14, 0.2.0.15, 0.2.0.16, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.4.1, 0.5.5, 0.5.6, 0.5.6.1
Dependencies base (>=4.7 && <5), profunctors, threepenny-gui (>0.7) [details]
License BSD-3-Clause
Copyright All Rights Reserved
Author Jose Iborra
Maintainer pepeiborra@gmail.com
Revised Revision 1 made by PepeIborra at 2017-05-05T07:34:42Z
Category Web
Home page https://github.com/pepeiborra/threepenny-editors#readme
Uploaded by PepeIborra at 2017-05-05T07:25:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables person
Downloads 17660 total (78 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-05 [all 1 reports]

Readme for threepenny-editors-0.1.0.0

[back to package description]

Travis Build Status Hackage Stackage Nightly

threepenny-editors

A library for writing composable algebraic widgets with three penny.