packages feed

moe-2013.6.22: moe.cabal

Name:                 moe
Version:              2013.6.22
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 <nfjinjing@gmail.com>
Build-Depends:        base
Cabal-version:        >= 1.2
category:             Web
homepage:             https://github.com/nfjinjing/moe
data-files:           readme.md
                    , changelog.md
                    , known-issues.md
                    , Nemesis
                    , src/Main.hs

library

  build-depends:      base >= 4 && < 99
                    , mtl
                    , air >= 2013.6.22
                    , data-default
                    , bytestring
                    , utf8-string
                    , dlist
                    
  hs-source-dirs: src/
  
  exposed-modules:  
                      Text.HTML.Moe2   
                      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
                      
                      Text.HTML.Moe2.Backend.ByteString