packages feed

xhtml-combinators-0.1: xhtml-combinators.cabal

name: xhtml-combinators
version: 0.1
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, mtl, xml >= 1.3.5, text >= 0.7
  hs-source-dirs: src
  exposed-modules: 
    Text.XHtmlCombinators
    Text.XHtmlCombinators.Internal
    Text.XHtmlCombinators.Combinators
    Text.XHtmlCombinators.Render
    Text.XHtmlCombinators.Attributes
  extensions: OverloadedStrings, PatternGuards
  ghc-options: -O2