Name: moe Version: 2010.9.29.2 Build-type: Simple Synopsis: html with style Description: a purely functional html combinator with a clean syntax License: BSD3 License-file: LICENSE Author: Jinjing Wang Maintainer: Jinjing Wang Build-Depends: base Cabal-version: >= 1.2 category: Web homepage: http://github.com/nfjinjing/moe data-files: readme.md, changelog.md, known-issues.md, Nemesis, src/test.hs library ghc-options: -Wall -fno-warn-orphans build-depends: base >= 4 && < 5, mtl, mps >= 2009.9.18, data-default, bytestring, utf8-string, dlist hs-source-dirs: src/ exposed-modules: Text.HTML.Moe Text.HTML.Moe.Attribute Text.HTML.Moe.Element Text.HTML.Moe.DSL.Markdown Text.HTML.Moe.DSL.Kawaii Text.HTML.Moe.DSL.HTML5 Text.HTML.Moe.Type Text.HTML.Moe.Utils Text.HTML.Moe.Backend.ByteString Text.HTML.Moe2 other-modules: Text.HTML.Moe.Backend.DList Text.HTML.Moe2.Attribute Text.HTML.Moe2.Element Text.HTML.Moe2.DSL.Markdown Text.HTML.Moe2.DSL.Kawaii Text.HTML.Moe2.DSL.HTML5 Text.HTML.Moe2.DSL.HTML Text.HTML.Moe2.Renderer Text.HTML.Moe2.Type Text.HTML.Moe2.Utils