On Wed, Apr 20, 2011 at 3:23 PM, Max Cantor <mxcantor@gmail.com> wrote:
seems like preEscapedString didn't get the message about the migration to Data.Text.  is this intentional or will it be fixed in 0.4.1?

chag sameach

max

preEscapedString comes straight from blaze-html. It has two sibling functions, preEscapedText and preEscapedLazyText. I *should* have exported both of those along with preEscapedString. I'll add that for a future release. But the type signature of preEscapedString is correct as-is.

Michael