clckwrks-plugin-page-0.1.8: clckwrks-plugin-page.cabal
name: clckwrks-plugin-page
version: 0.1.8
synopsis: support for CMS/Blogging in clckwrks
homepage: http://www.clckwrks.com/
license: BSD3
license-file: LICENSE
copyright: 2012, 2013 Jeremy Shaw, SeeReason Partners LLC
author: Jeremy Shaw
maintainer: jeremy@n-heptane.com
category: Clckwrks
build-type: Custom
cabal-version: >=1.8
source-repository head
type: darcs
subdir: clckwrks-plugin-page
location: http://hub.darcs.net/stepcut/clckwrks
library
build-tools:
trhsx
exposed-modules: Clckwrks.Page.Monad
Clckwrks.Page.Route
Clckwrks.Page.Types
Clckwrks.Page.NavBarCallback
Clckwrks.Page.Plugin
Clckwrks.Page.PreProcess
Clckwrks.Page.API
Clckwrks.Page.Acid
Clckwrks.Page.BlogPage
Clckwrks.Page.Admin.EditFeedConfig
Clckwrks.Page.Admin.EditPage
Clckwrks.Page.Admin.NewPage
Clckwrks.Page.Admin.Pages
Clckwrks.Page.Admin.PreviewPage
Clckwrks.Page.URL
Clckwrks.Page.Atom
other-modules:
Clckwrks.Page.Verbatim
build-depends: base >= 4.3 && < 4.7,
aeson == 0.6.*,
acid-state == 0.8.*,
attoparsec == 0.10.*,
clckwrks >= 0.16 && < 0.18,
containers >= 0.4 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.2 && < 1.4,
happstack-authenticate == 0.10.*,
happstack-hsp == 7.1.*,
happstack-server >= 7.0 && < 7.2,
hsp == 0.7.*,
ixset == 1.0.*,
mtl >= 2.0 && < 2.3,
old-locale == 1.0.*,
random == 1.0.*,
reform == 0.1.*,
reform-happstack == 0.1.*,
reform-hsp == 0.1.*,
safecopy == 0.8.*,
tagsoup == 0.12.*,
text == 0.11.*,
time == 1.4.*,
template-haskell >= 2.7 && <= 2.9,
uuid == 1.2.*,
utf8-string == 0.3.*,
web-plugins == 0.2.*,
web-routes == 0.27.*,
web-routes-happstack == 0.23.*,
web-routes-th == 0.22.*