Name: blaze-html
Version: 0.4.2.1
Homepage: http://jaspervdj.be/blaze
Bug-Reports: http://github.com/jaspervdj/blaze-html/issues
License: BSD3
License-file: LICENSE
Author: Jasper Van der Jeugt, Simon Meier
Maintainer: Jasper Van der Jeugt
Stability: Experimental
Category: Text
Synopsis: A blazingly fast HTML combinator library for Haskell
Description:
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:
.
Build-type: Simple
Cabal-version: >=1.6
Extra-source-files:
Util/Sanitize.hs
Util/GenerateHtmlCombinators.hs
Source-repository head
Type: git
Location: http://github.com/jaspervdj/blaze-html.git
Library
Ghc-Options: -Wall
Exposed-modules:
Text.Blaze
Text.Blaze.Internal
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.Renderer.String
Text.Blaze.Renderer.Pretty
Text.Blaze.Renderer.Utf8
Text.Blaze.Renderer.Text
Build-depends:
base >= 4 && < 5,
blaze-builder >= 0.2 && < 0.4,
text >= 0.10,
bytestring >= 0.9