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

[Last Documentation]

  • Graphics
    • UI
      • Threepenny
        • Graphics.UI.Threepenny.Editors
          • Graphics.UI.Threepenny.Editors.Base
          • Graphics.UI.Threepenny.Editors.Profunctor

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

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
Category Web
Home page https://github.com/pepeiborra/threepenny-editors
Uploaded by PepeIborra at 2017-05-07T23:20:28Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables person
Downloads 17657 total (76 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-05-08 [all 3 reports]

Readme for threepenny-editors-0.2.0.0

[back to package description]

Travis Build Status Hackage Stackage Nightly

threepenny-editors

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