Name: panda Version: 2008.12.14 Build-type: Simple Synopsis: A simple static blog engine Description: A simple static blog engine License: GPL License-file: LICENSE Author: Wang, Jinjing Maintainer: Wang, Jinjing Build-Depends: base Cabal-version: >= 1.2 category: Web homepage: http://www.haskell.org/haskellwiki/Panda data-files: readme.markdown, changelog.markdown library ghc-options: -Wall -fno-warn-missing-signatures -fno-warn-name-shadowing -fno-warn-orphans -fno-warn-type-defaults build-depends: base, cgi, network, haskell98, old-locale, old-time, directory, filepath, containers, process, mps >= 2008.11.6, parsedate >= 3000.0.0, rss >= 3000.0.1, xhtml, kibro >= 0.4.2, utf8-string >= 0.3.3, pandoc, parsec >= 2, MissingH, gravatar >= 0.3, data-default >= 0.2, hcheat >= 2008.11.6 hs-source-dirs: src/ exposed-modules: Panda other-modules: Panda.Config.Global Panda.Controller.Application Panda.Helper.Env Panda.Helper.Helper Panda.Helper.PreludeEnv Panda.Helper.StateHelper Panda.Helper.ThumbHelper Panda.Model.Comment Panda.Model.Post Panda.Model.Static Panda.Model.Tag Panda.Type.Extension Panda.Type.Pager Panda.Type.Reader Panda.Type.State Panda.Type.StaticWidget Panda.Type.Theme Panda.View.Atom.Comment Panda.View.Atom.Post Panda.View.Atom.Static Panda.View.Atom.Tag Panda.View.Control.Comment Panda.View.Control.Helper Panda.View.Control.Post Panda.View.Control.Search Panda.View.Control.Static Panda.View.Control.Tag Panda.View.Widget.Body Panda.View.Widget.Footer Panda.View.Widget.Head Panda.View.Widget.Header Panda.View.Widget.Helper Panda.View.Widget.Navigation Panda.View.Widget.RSS Panda.View.Widget.SearchBar Panda.View.Widget.Sidebar Panda.View.Widget.Template