Sunday, March 25th, 2007
Chunks
This is a clone of the Perl HTML::Chunks module for Haskell, creating the Haskell module Text.HTML.Chunks. The main bonus is that the chunks are statically combined at compile time with the code which then checks that the chunks that are used exist and are used correctly. The downside is that changing the template requires recompilation. Some may think this is a good thing.
Download chunks-2007.4.18.tar.gz
This version fixes a bug over the original (2007.3.26) which caused GHC to emit warnings when using a chunk which had no fields defined.Download chunks-2007.3.26.tar.gz
First release.