BSD-3-Clause licensed by Servant Contributors
Maintained by [email protected]
This version can be pinned in stack with:servant-lucid-0.9.0.6@sha256:e1ce830e508256a2c1b09d3de96ae7db08b04bfd1f087d78842f7f22d10b5cd4,1877

Module documentation for 0.9.0.6

Used by 1 package in nightly-2024-05-19(full list with versions):

Servant support for lucid.

HTML content type which will use ToHtml class.

Lucid.Servant uses Link rather than Text for safe href attributes.

Changes

0.9

  • Also accept content type without character set i.e text/html

0.8.1

  • Support servant-0.14
  • Add Lucid.Servant with safeHref_ function and its variants.

0.8

  • Only single MimeRender HTML a instance. lucid-2.9.8 has ToHtml (HtmlT m a) instance.