packages feed

bamboo-theme-mini-html5-2009.11.7: bamboo-theme-mini-html5.cabal

Name:                 bamboo-theme-mini-html5
Version:              2009.11.7
Build-type:           Simple
Synopsis:             bamboo mini html5 theme
Description:          bamboo mini html5 theme
License:              GPL
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/bamboo-theme-mini-html5
data-files:           readme.md, changelog.md

library
  ghc-options: -Wall -fno-warn-orphans 
  build-depends:    
                    base >= 4 && < 5
                  , cgi
                  , network
                  , mtl
                  , haskell98
                  , old-locale
                  , old-time
                  , time
                  , unix
                  , bytestring
                  , base64-string
                  , zlib
                  , directory
                  , filepath
                  , containers
                  , process
                  , parsedate >= 3000.0.0
                  , rss == 3000.0.1
                  , xhtml
                  , utf8-string >= 0.3.3
                  , parsec >= 2
                  , gravatar >= 0.3
                  , data-default >= 0.2
                  , mps >= 2009.9.18
                  , hcheat >= 2009.6.25
                  , hack >= 2009.10.30
                  , hack-contrib >= 2009.11.1
                  , bamboo >= 2009.11.1
                  , moe >= 2009.11.3
                  , yuuko >= 2009.10.23.2
  hs-source-dirs: src/
  exposed-modules:  
                    Bamboo.Theme.MiniHTML5
  other-modules:                    
                    Bamboo.Theme.MiniHTML5.Atom.Post
                    Bamboo.Theme.MiniHTML5.Control.Post
                    Bamboo.Theme.MiniHTML5.Control.Search
                    Bamboo.Theme.MiniHTML5.Control.Static
                    Bamboo.Theme.MiniHTML5.Control.Tag
                    Bamboo.Theme.MiniHTML5.Env
                    Bamboo.Theme.MiniHTML5.Helper
                    Bamboo.Theme.MiniHTML5.Type
                    Bamboo.Theme.MiniHTML5.Widget.Helper
                    Bamboo.Theme.MiniHTML5.Widget.Navigation
                    Bamboo.Theme.MiniHTML5.Widget.RSS
                    Bamboo.Theme.MiniHTML5.Widget.Sidebar
                    Bamboo.Theme.MiniHTML5.Widget.Template