forked from clckwrks/clckwrks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clckwrks.cabal
148 lines (142 loc) · 6.29 KB
/
clckwrks.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Name: clckwrks
Version: 0.28.0.1
Synopsis: A secure, reliable content management system (CMS) and blogging platform
Description: clckwrks (pronounced, clockworks) aims to compete
directly with popular PHP-based blogging and CMS
platforms. Clckwrks aims to support one-click
installation of plugins and themes. End users
should be able to use it with zero Haskell
knowledge. Haskell developers can extend clckwrks
by creating new plugins or by building sites
around the existing clckwrks core and plugins.
.
clckwrks is still in very early development. Not all features have been implement yet.
Homepage: http://www.clckwrks.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: Jeremy Shaw <jeremy@n-heptane.com>
Copyright: 2012-2015 SeeReason Partners LLC, Jeremy Shaw
Stability: Experimental
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
Data-Files:
static/admin.css
source-repository head
type: git
location: git://github.com/clckwrks/clckwrks.git
flag network-uri
description: Get Network.URI from the network-uri package
default: True
Library
GHC-Options: -Wunused-top-binds
Build-tool-depends: hsx2hs:hsx2hs
default-language: Haskell2010
Exposed-modules: Clckwrks
Clckwrks.Acid
Clckwrks.Admin.Template
Clckwrks.Admin.URL
Clckwrks.Admin.Console
Clckwrks.Admin.Route
Clckwrks.Admin.EditSettings
Clckwrks.Admin.SystemEmails
Clckwrks.Authenticate.API
Clckwrks.Authenticate.Monad
Clckwrks.Authenticate.Page.AuthModes
Clckwrks.Authenticate.Page.ChangePassword
Clckwrks.Authenticate.Page.Login
Clckwrks.Authenticate.Page.OpenIdRealm
Clckwrks.Authenticate.Page.ResetPassword
Clckwrks.Authenticate.Page.ViewUsers
Clckwrks.Authenticate.Plugin
Clckwrks.Authenticate.Route
Clckwrks.Authenticate.URL
Clckwrks.BasicTemplate
Clckwrks.GetOpts
Clckwrks.IOThread
Clckwrks.JS.ClckwrksApp
Clckwrks.JS.Route
Clckwrks.JS.URL
Clckwrks.Monad
Clckwrks.Server
Clckwrks.Markup.HsColour
Clckwrks.Markup.Markdown
Clckwrks.Markup.Pandoc
Clckwrks.NavBar.Acid
Clckwrks.NavBar.API
Clckwrks.NavBar.EditNavBar
Clckwrks.NavBar.Types
Clckwrks.Plugin
Clckwrks.ProfileData.URL
Clckwrks.ProfileData.Route
Clckwrks.ProfileData.Types
Clckwrks.ProfileData.Acid
Clckwrks.ProfileData.API
Clckwrks.ProfileData.EditProfileData
Clckwrks.ProfileData.EditNewProfileData
Clckwrks.ProfileData.EditProfileDataFor
Clckwrks.Route
Clckwrks.Types
Clckwrks.Unauthorized
Clckwrks.URL
Paths_clckwrks
Extra-Libraries: ssl
-- if !os(darwin)
-- Extra-Libraries: cryptopp
if flag(network-uri)
build-depends: network > 2.6 && < 3.2,
network-uri >= 2.6 && < 3.2
else
build-depends: network < 2.6
Build-depends:
acid-state >= 0.12 && < 0.17,
aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.6) || (>= 2 && <= 2.1),
aeson-qq >= 0.7 && < 0.9,
attoparsec >= 0.10 && < 0.15,
base < 5,
blaze-html >= 0.5 && < 0.10,
bytestring >= 0.9 && < 0.12,
cereal >= 0.4 && < 0.6,
containers >= 0.4 && < 0.7,
directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.5,
happstack-authenticate >= 2.6 && < 2.7,
happstack-hsp == 7.3.*,
happstack-jmacro >= 7.0 && < 7.1,
happstack-server >= 7.0 && < 7.8,
happstack-server-tls >= 7.1 && < 7.3,
hsp >= 0.9 && < 0.11,
hsx-jmacro == 7.3.*,
hsx2hs >= 0.13 && < 0.15,
http-types < 0.13,
ixset >= 1.0 && < 1.2,
jmacro == 0.6.*,
lens >= 4.3 && < 5.2,
mtl >= 2.0 && < 2.3,
old-locale == 1.0.*,
process >= 1.0 && < 1.7,
-- plugins-auto == 0.0.1.1,
random >= 1.0 && < 1.3,
reform >= 0.2 && < 0.4,
reform-happstack == 0.2.*,
reform-hsp >= 0.2 && < 0.3,
safecopy >= 0.10,
stm >= 2.2 && < 2.6,
text >= 0.11 && < 2.1,
time >= 1.2 && < 1.14,
time-locale-compat >= 0.1 && < 0.2,
uuid-orphans >= 1.2 && < 1.5,
uuid-types >= 1.0 && < 1.1,
unordered-containers >= 0.1 && < 0.3,
userid >= 0.1 && < 0.2,
utf8-string >= 0.3 && < 1.1,
vector >= 0.9,
web-plugins >= 0.4 && < 0.5,
web-routes,
web-routes-happstack,
web-routes-hsp,
web-routes-th >= 0.21,
xss-sanitize == 0.3.*
-- Build-tools: hsx2hs