servant-ede: Combinators for rendering EDE templates in servant web applications

[ bsd3, library, program, web ] [ Propose Tags ]

Combinators for rendering EDE templates in servant web applications.

Documentation and examples available at Servant.EDE.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4, 0.4.0.1, 0.5, 0.5.1, 0.6
Dependencies aeson (>=0.8 && <0.10), base (>=4.7 && <5), bytestring (>=0.10 && <0.11), ede (>=0.2 && <0.3), either (>=4.0 && <4.5), filepath (>=1.2 && <1.5), http-media (>=0.6 && <0.7), http-types (>=0.8 && <0.9), semigroups (>=0.16 && <0.17), servant (>=0.4 && <0.5), servant-ede, servant-server, text (>=1.0 && <1.3), transformers (>=0.4 && <0.5), unordered-containers (>=0.2 && <0.3), vector (>=0.9 && <0.11), wai (>=3.0 && <3.1), warp (>=3.0), xss-sanitize (>=0.3 && <0.4) [details]
License BSD-3-Clause
Copyright 2015 Alp Mestanogullari
Author Alp Mestanogullari
Maintainer alpmestan@gmail.com
Category Web
Home page http://github.com/alpmestan/servant-ede
Bug tracker http://github.com/alpmestan/servant-ede/issues
Source repo head: git clone git://github.com/alpmestan/servant-ede.git
Uploaded by AlpMestanogullari at 2015-07-11T08:41:11Z
Distributions
Executables servant-ede-example
Downloads 3672 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-07-11 [all 1 reports]

Readme for servant-ede-0.5

[back to package description]

servant-ede

Support ede templates in servant. See the documentation of the Servant.EDE module for examples and explanations, on hackage.