packages feed

panda-0.0.0.4.2: panda.cabal

Name:                 panda
Version:              0.0.0.4.2
Build-type:           Simple
Synopsis:             Simple Static Blog Engine
Description:          Simple Static Blog Engine
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/panda/
data-files:			      readme.markdown, changelog.markdown

library
  build-depends: base, cgi, network, haskell98, old-locale, old-time, directory, filepath, containers >= 0.1.0.0, mps >= 0.0.0.1, parsedate >= 3000.0.0, rss >= 3000.0.1, xhtml >= 3000.2.0.0, kibro >= 0.0, utf8-string >= 0.3.1
  exposed-modules:  Panda
                    Panda.Controller.Application
                    Panda.Config.Global
                    
                    Panda.Helper.Helper
                    Panda.Helper.Escape
                    Panda.Helper.Env

                    Panda.Model.Post
                    Panda.Model.Tag

                    Panda.Type.Pager
                    Panda.Type.State

                    Panda.View.RSS
                    Panda.View.Theme.BluePrint.Post
                    Panda.View.Theme.BluePrint.Static
                    Panda.View.Theme.BluePrint.Helper
                    Panda.View.Theme.BluePrint.Tag
                    Panda.View.Theme.BluePrint.Search
                    Panda.View.Theme.BluePrint.Template.Template
                    Panda.View.Theme.BluePrint.Template.Header
                    Panda.View.Theme.BluePrint.Template.Body
                    Panda.View.Theme.BluePrint.Template.Footer
                    Panda.View.Theme.BluePrint.Template.Sidebar