template-hsml-0.2.0.1: Haskell's Simple Markup Language

The template-hsml package

HSML syntax is very similar to that of XML, but there are less rules. The main advantage over plain XML or HTML is that it allows you to embed Haskell declarations and expression directly into your template. The main advantage over something like Blaze is that it saves you the overhead of using Blaze's combinators. It's also relatively easy to port your existing plain HTML templates into HSML (most of the times, cut & paste will suffice). For examples, see the examples directory.

Properties

Versions0.1.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3
Dependenciesbase (4.5.*), blaze-markup (0.5.*), haskell-src-exts (1.13.*), haskell-src-meta (0.5.*), parsec (3.1.*), template-haskell (2.7.*)
LicenseBSD3
CopyrightPetr Pilař 2012
AuthorPetr Pilař
Maintainermaintainer+the.palmik@gmail.com
StabilityExperimental
CategoryWeb, Template, Templating
Upload dateMon Aug 27 15:09:43 UTC 2012
Uploaded byPetrPilar
Built onghc-7.4

Modules

Downloads