A blazingly fast HTML combinator library for Haskell. http://jaspervdj.be/blaze
  • Haskell 99.2%
  • CSS 0.3%
  • Makefile 0.3%
  • HTML 0.1%
Find a file
Andreas Abel 810e476a17
Allow newer containers and QuickCheck, bump CI to GHC 9.10 (#147)
* Allow containers-0.7, bump CI to GHC 9.10.0
* Allow newer QuickCheck; bump CI
* Allow containers-0.8
2025-03-12 11:25:48 +01:00
.github/workflows Allow newer containers and QuickCheck, bump CI to GHC 9.10 (#147) 2025-03-12 11:25:48 +01:00
doc Update benchmarks 2010-12-25 13:41:16 +01:00
script Major cleanup 2012-03-26 10:43:54 +02:00
src add muted attribute to html5 2024-03-06 08:47:22 +01:00
tests Adds <u> parent tag to HTML5. 2018-06-10 13:10:10 +02:00
website fixed typo on website 2017-08-11 01:48:43 -04:00
.ghci Some cleanup work, style & test fixes 2012-04-03 13:42:10 +02:00
.gitignore Haskell CI on Github actions, bytestring 0.12 (#140) 2024-03-06 08:17:51 +01:00
blaze-html.cabal Allow newer containers and QuickCheck, bump CI to GHC 9.10 (#147) 2025-03-12 11:25:48 +01:00
cabal.haskell-ci Allow newer containers and QuickCheck, bump CI to GHC 9.10 (#147) 2025-03-12 11:25:48 +01:00
CHANGELOG Bump version to 0.9.2.0 2024-03-06 09:06:53 +01:00
LICENSE Cleanup, documentation, add generated cabal file. 2010-04-19 18:05:55 +02:00
Makefile Remove blaze-from-html from this repository 2017-01-20 02:09:35 +01:00
README.markdown Haskell CI on Github actions, bytestring 0.12 (#140) 2024-03-06 08:17:51 +01:00
Setup.hs Version bump 2010-08-09 14:15:43 +02:00

BlazeHtml

Hackage Stackage LTS Stackage Nightly Haskell-CI

What

BlazeHtml is a library that aims to be the fastest way to generate HTML in Haskell. For more information, refer to the website.

How

We have a makefile to manage most tasks. First off, a part of the code is generated automatically, so you should begin by running

make combinators

Run the tests using

make test

And the benchmarks using

make benchmark

blaze-from-html

The blaze-from-html tool has moved to a separate repository: https://github.com/jaspervdj/blaze-from-html.