blaze-html

A blazingly fast HTML combinator library for Haskell

http://jaspervdj.be/blaze

Version on this page:0.9.0.1
LTS Haskell 22.17:0.9.2.0
Stackage Nightly 2024-04-20:0.9.2.0
Latest on Hackage:0.9.2.0

See all snapshots blaze-html appears in

BSD-3-Clause licensed by Jasper Van der Jeugt, Simon Meier
Maintained by Jasper Van der Jeugt
This version can be pinned in stack with:blaze-html-0.9.0.1@sha256:dc27e2c7d1c4e4843f559fffa957ebd7f91d9551541a9cda01062483b9a08856,2598

Module documentation for 0.9.0.1

  • Text
    • Text.Blaze
      • Text.Blaze.Html
        • Text.Blaze.Html.Renderer
          • Text.Blaze.Html.Renderer.Pretty
          • Text.Blaze.Html.Renderer.String
          • Text.Blaze.Html.Renderer.Text
          • Text.Blaze.Html.Renderer.Utf8
      • Text.Blaze.Html4
        • Text.Blaze.Html4.FrameSet
          • Text.Blaze.Html4.FrameSet.Attributes
        • Text.Blaze.Html4.Strict
          • Text.Blaze.Html4.Strict.Attributes
        • Text.Blaze.Html4.Transitional
          • Text.Blaze.Html4.Transitional.Attributes
      • Text.Blaze.Html5
        • Text.Blaze.Html5.Attributes
      • Text.Blaze.XHtml1
        • Text.Blaze.XHtml1.FrameSet
          • Text.Blaze.XHtml1.FrameSet.Attributes
        • Text.Blaze.XHtml1.Strict
          • Text.Blaze.XHtml1.Strict.Attributes
        • Text.Blaze.XHtml1.Transitional
          • Text.Blaze.XHtml1.Transitional.Attributes
      • Text.Blaze.XHtml5
        • Text.Blaze.XHtml5.Attributes

A blazingly fast HTML combinator library for the Haskell programming language. The Text.Blaze module is a good starting point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.