This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.yaml
183 lines (171 loc) · 3.49 KB
/
package.yaml
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
name: aula
version: 0.38.0
license: AGPL
copyright: 2016-2017 liquid democracy e.V. Berlin
author: >
Andor Penzes <[email protected]>,
Andres Löh <[email protected]>,
Caroline Clifford <[email protected]>,
Matthias Fischmann <[email protected]>,
Mikolaj Konarski <[email protected]>,
Nicolas Pouillard <[email protected]>
maintainer: [email protected]
github: liqd/aula
category: Web
data-files:
- README.md
- docs/*
- scripts/*
- docker/*
- default-avatars/*
- static/*
- static/css/*
- static/fonts/*
- static/icons/*
- static/images/*
- static/js/*
- static/svg/*
- static/templates/*
- static/third-party/modernizr/modernizr-custom.js
- static/third-party/showdown/dist/*
- static/third-party/d3/d3.*js
- null-terms-of-use.md
ghc-options: -Wall -with-rtsopts=-T
dependencies:
- base >=4.8 && <4.9
- thentos-cookie-session >=0.9.1 && <0.10
- aeson
- aeson-pretty
- aeson-qq
- acid-state >=0.14
- basic-sop
- binary
- bytestring
- case-insensitive
- cassava >= 0.4.5.0
- containers
- cookie
- cryptonite >=0.6 && <0.16
- css-syntax
- digestive-functors
- digestive-functors-lucid
- directory
- ekg
- ekg-core
- elocrypt >=0.4.1 && <0.5
- email-validate
- filepath
- functor-infix
- generic-aeson
- generics-sop
- tagsoup >=0.13.10
- http-client
- http-media
- http-types
- JuicyPixels >=3.2.6.2 && <3.3
- lens
- lucid
- mime-mail
- mtl
- parsec
- pretty-show
- process
- QuickCheck
- quickcheck-instances
- random
- safecopy
- scrypt
- servant >=0.7 && <0.8
- servant-lucid >=0.7 && <0.8
- servant-server >=0.7 && <0.8
- stm
- string-conversions
- template-haskell
- text
- text-icu
- time
- transformers
- unicode-properties
- unicode-transforms >= 0.3.3
- vector
- wai
- wai-app-static
- wai-middleware-metrics
- warp
- xlsx
- xlsx-templater
- yaml
- zip-archive
library:
source-dirs: src
other-modules:
- Paths_aula
executables:
aula-server:
main: Aula.hs
source-dirs: exec
dependencies:
- aula
aula-migrate:
main: AulaMigrate.hs
source-dirs: exec
dependencies:
- aula
aula-html-dummies:
main: RenderHtml.hs
source-dirs: exec
dependencies:
- aula
- extra
- fsnotify
- hspec
aula-avatars:
main: ResizeAvatar.hs
source-dirs: exec
dependencies:
- aula
aula-i18n:
main: I18N.hs
source-dirs: exec
dependencies:
- aula
- aeson-extra
- unordered-containers
aula-init-state:
main: InitState.hs
source-dirs: exec
dependencies:
- aula
aula-reset-all-passwords:
main: ResetAllPasswords.hs
source-dirs: exec
dependencies:
- aula
tests:
spec:
main: Spec.hs
source-dirs:
- tests
dependencies:
- aula
- base >=4.8 && <4.9
- binary >= 0.7.5 && <0.8
- digestive-functors >= 0.8 && <0.9
- free
- hspec
- hspec-core
- hspec-wai
- HUnit >= 1.3
- lens
- lucid
- mtl
- QuickCheck >= 2.8 && <2.9
- servant-mock >=0.7 && <0.8
- servant-server
- string-conversions
- temporary >=1.2.0.3 && <1.3
- text
- unordered-containers
- wai-extra
- wreq
- webdriver