-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclckwrks-plugin-page.cabal
73 lines (71 loc) · 3.71 KB
/
clckwrks-plugin-page.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: clckwrks-plugin-page
version: 0.4.3.28
synopsis: support for CMS/Blogging in clckwrks
description: This provides two similar concepts Pages and Posts. Both allow
you to create page content by editting pages in the browser. A Post
is simply a page which is displayed in the blog.
homepage: http://www.clckwrks.com/
license: BSD3
license-file: LICENSE
copyright: 2012, 2013 Jeremy Shaw, SeeReason Partners LLC
author: Jeremy Shaw
maintainer: [email protected]
category: Clckwrks
build-type: Simple
cabal-version: 1.18
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
source-repository head
type: git
location: git://github.com/clckwrks/clckwrks-plugin-page.git
library
default-language: Haskell2010
build-tool-depends: hsx2hs:hsx2hs
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.17,
acid-state >= 0.12 && < 0.17,
aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.6) || (>= 2.0 && < 2.1),
attoparsec >= 0.10 && < 0.15,
clckwrks >= 0.25 && < 0.30,
containers >= 0.4 && < 0.7,
directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.5,
happstack-hsp >= 7.2 && < 7.5,
happstack-server >= 7.0 && < 7.9,
hsp >= 0.9 && < 0.11,
hsx2hs >= 0.13 && < 0.15,
ixset >= 1.0 && < 1.2,
mtl >= 2.0 && < 2.3,
old-locale == 1.0.*,
random >= 1.0 && < 1.3,
reform >= 0.2 && < 0.4,
reform-happstack == 0.2.*,
reform-hsp == 0.2.*,
safecopy >= 0.8,
tagsoup >= 0.13 && < 0.15,
text >= 0.11 && < 2.1,
time >= 1.4 && < 1.14,
time-locale-compat >= 0.1 && < 0.2,
template-haskell >= 2.7 && <= 2.19,
uuid >= 1.2 && <= 1.4,
uuid-orphans >= 1.2 && < 1.5,
web-plugins >= 0.4 && < 0.5,
web-routes == 0.27.*,
web-routes-happstack == 0.23.*,
web-routes-th == 0.22.*