-
Notifications
You must be signed in to change notification settings - Fork 8
/
zureg.cabal
160 lines (144 loc) · 4.51 KB
/
zureg.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
149
150
151
152
153
154
155
156
157
158
159
160
Cabal-version: 2.2
Name: zureg
Version: 0.1.0.0
Category: Application
Synopsis: Hackathon registration system
Description: Please see the README on GitHub at <https://github.com/zfoh/zureg#readme>
Homepage: https://github.com/zfoh/zureg#readme
Bug-reports: https://github.com/zfoh/zureg/issues
Author: Jasper Van der Jeugt
Maintainer: [email protected]
Copyright: 2018 Jasper Van der Jeugt
License: BSD-3-Clause
License-file: LICENSE
Build-type: Simple
Tested-with: GHC==8.6.5
Extra-source-files:
CHANGELOG.md
README.md
static/jsQR-807b073.js
static/scanner.js
Source-repository head
Type: git
Location: https://github.com/zfoh/zureg
Library
Default-language: Haskell2010
Hs-source-dirs: lib
Ghc-options: -Wall
Exposed-modules:
Zureg.Database
Zureg.Form
Zureg.Hackathon
Zureg.Hackathon.Interface
Zureg.Hackathon.ZuriHac2019
Zureg.Hackathon.ZuriHac2019.Form
Zureg.Hackathon.ZuriHac2019.Model
Zureg.Hackathon.ZuriHac2019.Views
Zureg.Hackathon.ZuriHac2020
Zureg.Hackathon.ZuriHac2020.Discord
Zureg.Hackathon.ZuriHac2020.Form
Zureg.Hackathon.ZuriHac2020.Model
Zureg.Hackathon.ZuriHac2020.Views
Zureg.Hackathon.ZuriHac2021
Zureg.Hackathon.ZuriHac2021.Form
Zureg.Hackathon.ZuriHac2021.Model
Zureg.Hackathon.ZuriHac2022
Zureg.Hackathon.ZuriHac2022.Form
Zureg.Hackathon.ZuriHac2022.Model
Zureg.Hackathon.ZuriHac2022.Views
Zureg.Hackathon.ZuriHac2023
Zureg.Hackathon.ZuriHac2023.Form
Zureg.Hackathon.ZuriHac2023.Model
Zureg.Hackathon.ZuriHac2023.Views
Zureg.Hackathon.ZuriHac2024
Zureg.Hackathon.ZuriHac2024.Form
Zureg.Hackathon.ZuriHac2024.Model
Zureg.Hackathon.ZuriHac2024.Views
Zureg.Http
Zureg.Main.Badges
Zureg.Main.Email
Zureg.Main.Export
Zureg.Main.Janitor
Zureg.Main.PopWaitlist
Zureg.Main.Web
Zureg.Model
Zureg.Model.Csv
Zureg.Captcha
Zureg.Captcha.HCaptcha
Zureg.Captcha.NoCaptcha
Zureg.Captcha.ReCaptcha
Zureg.SendEmail
Zureg.SendEmail.Hardcoded
Zureg.Views
Other-modules:
Data.Aeson.TH.Extended
Network.AWS.Extended
Paths_zureg
Build-depends:
aeson >= 1.3 && < 1.6,
amazonka >= 1.6 && < 1.7,
amazonka-dynamodb >= 1.6 && < 1.7,
amazonka-ses >= 1.6 && < 1.7,
async >= 2.2 && < 2.3,
base >= 4.7 && < 5,
blaze-html >= 0.9 && < 0.10,
bytestring >= 0.10 && < 0.11,
cassava >= 0.5 && < 0.6,
digestive-functors >= 0.8 && < 0.9,
digestive-functors-blaze >= 0.6 && < 0.7,
directory >= 1.3 && < 1.4,
eventful-core >= 0.2 && < 0.3,
eventful-dynamodb >= 0.2 && < 0.3,
file-embed >= 0.0 && < 0.1,
filepath >= 1.4 && < 1.5,
http-client >= 0.5 && < 0.7,
http-client-tls >= 0.3 && < 0.4,
http-types >= 0.12 && < 0.13,
lens >= 4.16 && < 4.20,
mtl >= 2.2 && < 2.3,
mustache >= 2.3 && < 2.4,
optparse-applicative >= 0.14 && < 0.17,
qrcode-core >= 0.9 && < 0.10,
qrcode-juicypixels >= 0.8 && < 0.9,
text >= 1.2 && < 1.3,
time >= 1.8 && < 1.10,
unordered-containers >= 0.2 && < 0.3,
urlencoded >= 0.5 && < 0.6,
uuid >= 1.3 && < 1.4,
vector >= 0.12 && < 1.13,
wai >= 3.2 && < 3.3,
warp >= 3.3 && < 3.4
Autogen-modules:
Paths_zureg
Common exe
Default-language: Haskell2010
Hs-source-dirs: src
Ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
Build-depends: base, zureg
Executable zureg-export
Import: exe
Main-is: Export.hs
Executable zureg-web
Import: exe
Main-is: Web.hs
Executable zureg-email
Import: exe
Main-is: Email.hs
Executable zureg-pop-waitlist
Import: exe
Main-is: PopWaitlist.hs
-- Executable zureg-projects-page
-- Import: exe
-- Main-is: ProjectsPage.hs
Executable zureg-badges
Import: exe
Main-is: Badges.hs
Executable zureg-janitor
Import: exe
Main-is: Janitor.hs
Executable zureg-lambda
Import: exe
Main-is: Lambda.hs
Build-depends:
hal >= 1.0 && < 1.1,
wai-handler-hal >= 0.3 && < 0.4