simple-form: Forms that configure themselves based on type

[ library, web ] [ Propose Tags ]

Inspired by the RubyGem of the same name, this package allows you to easily build validating forms that infer defaults based on type.

Most users will want to both render Html and parse input, and so should use the SimpleForm.Digestive.Combined and SimpleForm.Combined modules.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.5.0
Dependencies base (>=4 && <5), blaze-html, digestive-functors, email-validate, network-uri, old-locale, text, time, transformers [details]
License LicenseRef-OtherLicense
Copyright © 2013 Stephen Paul Weber
Author Stephen Paul Weber <singpolyma@singpolyma.net>
Maintainer Stephen Paul Weber <singpolyma@singpolyma.net>
Category Web
Home page https://github.com/singpolyma/simple-form-haskell
Bug tracker https://github.com/singpolyma/simple-form-haskell/issues
Source repo head: git clone git://github.com/singpolyma/simple-form.git
Uploaded by StephenWeber at 2014-12-29T15:27:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5279 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2014-12-29 [all 1 reports]

Readme for simple-form-0.5.0

[back to package description]
Inspired by the RubyGem of the same name, this package allows you to
easily build validating forms that infer defaults based on type.

Most users will want to both render 'Html' and parse input, and so
should use the SimpleForm.Digestive.Combined and SimpleForm.Combined
modules.