packages feed

moe-2009.9.2: moe.cabal

Name:                 moe
Version:              2009.9.2
Build-type:           Simple
Synopsis:             html with style
Description:

    a purely functional html combinator with a clean syntax

License:              BSD3
License-file:         LICENSE
Author:               Wang, Jinjing
Maintainer:           Wang, Jinjing <nfjinjing@gmail.com>
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.8.18.1, 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.Type
                      Text.HTML.Moe.Utils
                      Text.HTML.Moe.Backend.ByteString
  other-modules:
                      Text.HTML.Moe.Backend.DList