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

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.4, 0.4.0.1, 0.5, 0.5.1, 0.6
Dependencies aeson (>=0.8 && <0.12), 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.10), semigroups (>=0.16 && <0.19), servant (>=0.4 && <0.8), servant-ede, servant-server, text (>=1.0 && <1.3), transformers (>=0.4 && <0.6), unordered-containers (>=0.2 && <0.3), vector (>=0.9 && <0.12), 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
Revised Revision 2 made by AlpMestanogullari at 2016-05-30T18:56:25Z
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-08-14T09:51:37Z
Distributions
Executables servant-ede-example
Downloads 3672 total (15 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-08-14 [all 1 reports]

Readme for servant-ede-0.5.1

[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.