Name: happstack-blog Version: 2.0 License: BSD3 Author: jeremy@seereason.com Maintainer: partners@seereason.com Synopsis: A Happstack library for creating a blog Description: A Happstack library for creating a blog Build-Type: Custom Category: Web, Language Cabal-version: >= 1.2 Data-files: static/screen.css Library Extensions: MultiParamTypeClasses, TypeFamilies, FlexibleContexts, FlexibleInstances, TypeSynonymInstances, OverlappingInstances, UndecidableInstances Exposed-Modules: Happstack.Blog, Happstack.Blog.View, Happstack.Blog.State, Happstack.Blog.Control Happstack.Blog.DefaultTheme Other-Modules: Happstack.Blog.Types Happstack.Blog.Types.Types_000 Happstack.Blog.Types.Types_001 Build-Depends: base, applicative-extras, bytestring, containers, formlets, happstack-extra, happstack-data, happstack-ixset, happstack-server, happstack-state, happstack-util, hslogger, hsp, hsx, mtl, network, old-time, old-locale, MIME, happstack, time, xml, feed, utf8-string, filepath, pandoc, URLT, formlets-hsp, QuickCheck, Consumer Executable blog-server Main-Is: Main.hs Other-Modules: App.Control App.Logger App.State hs-source-dirs: . demo GHC-options: -threaded -Wall -Wwarn -O2 -fno-warn-name-shadowing -fno-warn-missing-signatures -fwarn-tabs -fno-warn-unused-binds -fno-warn-orphans -fwarn-unused-imports Build-Depends: base, applicative-extras, formlets, happstack-extra, happstack-data, happstack-ixset, happstack-server, happstack-state, happstack-util, hslogger, hsp, hsx, mtl, network, containers, syb, bytestring, filepath, URLT, formlets-hsp, QuickCheck, Consumer Build-Tools: trhsx