packages feed

threepenny-editors 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

threepenny-editors.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           threepenny-editors-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Composable algebraic editors description:    This package provides a type class 'Editable' and combinators to                 easily put together form-like editors for algebraic datatypes.@@ -11,7 +11,7 @@                 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-gui -fbuildExamples@+                @cabal install threepenny-editors -fbuildExamples@ category:       Web homepage:       https://github.com/pepeiborra/threepenny-forms#readme author:         Jose Iborra