[Haskell-cafe] ANN: HStringTemplate 0.6.2

Sterling Clover s.clover at gmail.com
Fri Sep 4 17:49:59 EDT 2009


I haven't sent out a release announcement for HStringTemplate in some
time. In that time, there's been a host of new users, and consequently
a host of feature requests and bug reports. Among the relatively
recent changes:

* Simple quasiquotation.
* Proper unicode support (files are read in UTF-8, Data.Text templates
are supported).
* Creation of groups from hierarchies of directories.
* Separators are applied within iterated template application.
* Chained iterated template application now occurs depthwise rather
than breadthwise.
* Encoding functions generalized from String -> String to (Stringable
a) => a -> a
* Trailing newlines stripped from templates.
* Initial newlines stripped after conditionals.
* Functions to check templates for proper parsing, and existence of
all necessary parameters and invoked templates.

Current version is, as always, on Hackage:
http://hackage.haskell.org/package/HStringTemplate

User-maintained documentation on the wiki:
http://www.haskell.org/haskellwiki/HStringTemplate

Patches, bug reports, requests, and especially additional work on the
documentation always welcome.

Cheers,
Sterl.


More information about the Haskell-Cafe mailing list