Hi all,
I'm happy to announce the second major release of Hamlet[1]. Hamlet is a HTML templating library which works via quasi-quoting, giving you compile-time assurances, type safety and very efficient HTML generation.
I wrote a blog post[2] describing the changes in this version of Hamlet. The two most major are reversing of identifier order in references and dropping the template argument. Combined, these changes make a Hamlet template fit in better with Haskell code. All the other changes are noted in that same blog post.
The Hamlet documentation[3] has been updated to reflect all changes. Please let me know if the documentation needs clarification on any points.
Cheers,
Michael