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

[ bsd3, library, program, web ] [ Propose Tags ] [ Report a vulnerability ]

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, 1.0.0.0
Dependencies aeson (>=2.2.3.0 && <2.3), base (>=4.7 && <5), bytestring (>=0.10.4 && <0.13), containers (>=0.7 && <0.8), ede (>=0.3.4.0 && <0.4), either (>=5.0.3 && <5.1), filepath (>=1.2 && <1.6), hspec (>=2.6 && <2.12), http-media (>=0.8.1.1 && <0.9), http-types (>=0.12.4 && <0.13), monoidal-containers (>=0.6.7.0 && <0.7), QuickCheck (>=2.13.2 && <2.19), semigroups (>=0.20.1 && <0.21), servant (>=0.18 && <0.21), servant-ede, servant-server (>=0.18 && <0.21), text (>=2.1.3 && <2.2), transformers (>=0.6.1.1 && <0.7), unordered-containers (>=0.2.3 && <0.3), vector (>=0.7.1 && <0.14), warp (>=3.2.25 && <3.5), xss-sanitize (>=0.3.7.2 && <0.4) [details]
License BSD-3-Clause
Copyright 2015-2026 Alp Mestanogullari
Author Alp Mestanogullari
Maintainer sandy.maguire@tweag.io
Uploaded by isovector at 2026-09-02T19:18:40Z
Category Web
Home page http://github.com/alpmestan/servant-ede
Bug tracker http://github.com/alpmestan/servant-ede/issues
Source repo head: git clone https://github.com/alpmestan/servant-ede.git
Distributions
Executables template-test-example, servant-ede-example
Downloads 3979 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 2026-09-02 [all 1 reports]

Readme for servant-ede-1.0.0.0

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