ANNOUNCE: hamlet 0.2.0

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 [1] http://hackage.haskell.org/package/hamlet-0.2.0 [2] http://www.snoyman.com/blog/entry/hamlet-version-0-2/ [3] http://docs.yesodweb.com/hamlet/

I updated happstack-hamlet 0.2.1. Just had to update the example, and bump the version bounds. - jeremy On May 8, 2010, at 5:29 PM, Michael Snoyman wrote:
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
[1] http://hackage.haskell.org/package/hamlet-0.2.0 [2] http://www.snoyman.com/blog/entry/hamlet-version-0-2/ [3] http://docs.yesodweb.com/hamlet/ _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (2)
-
Jeremy Shaw
-
Michael Snoyman