packages feed

xhtml-combinators-0.3: xhtml-combinators.cabal

name: xhtml-combinators
version: 0.3
cabal-version: >= 1.2.3
synopsis: Fast and easy to use XHTML combinators.
description:
  xhtml-combinators provides a set of (hopefully!) fast and
  easy to use XHTML 1.0 Strict combinators built on top of the
  Data.Text library.
category: Web, Text
license: BSD3
homepage: http://www.dcs.shef.ac.uk/~aca08aa/xhtmlc.html
license-file: LICENSE
author: Alasdair Armstrong
maintainer: alasdair.armstrong@googlemail.com
build-type: Simple

library
  build-depends:
    base < 5, containers, random, transformers >= 0.2, xml >= 1.3.5, text >= 0.7
  hs-source-dirs: src
  exposed-modules:
    Text.XHtmlCombinators
    Text.XHtmlCombinators.Attributes
    Text.XHtmlCombinators.Strict
    Text.XHtmlCombinators.Strict.Attributes
    Text.XHtmlCombinators.Transitional
    Text.XHtmlCombinators.Transitional.Attributes
    Text.XHtmlCombinators.Frameset
    Text.XHtmlCombinators.Frameset.Attributes
    Text.XHtmlCombinators.Internal
    Text.XHtmlCombinators.Render
  extensions: OverloadedStrings, PatternGuards