[minor updates to blaze-html section Jeremy Shaw **20101024200400 Ignore-this: b69cc0241268249765a597a5b97cffbc ] hunk ./HelloBlaze.lhs 9 -

It is trivial to use BlazeHtml with Happstack. Essentially you just use toResponse to convert the blaze Html () type into a Response. For more detailed information on using BlazeHtml, see the BlazeHtml website. The following example should get you started:

+

It is trivial to use BlazeHtml with Happstack. Essentially you just use toResponse to convert a blaze Html value into a Response. For more detailed information on using BlazeHtml, see the BlazeHtml website. The following example should get you started:

hunk ./HelloBlaze.lhs 47 -hello ,blaze! +hello, blaze!