forked from zfoh/zureg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzureg.cabal
133 lines (118 loc) · 3.65 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
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.Form
Zureg.Hackathon.ZuriHac2020.Model
Zureg.Hackathon.ZuriHac2020.Views
Zureg.Lambda
Zureg.Main.Badges
Zureg.Main.Email
Zureg.Main.Export
Zureg.Main.Janitor
Zureg.Main.Web
Zureg.Main.PopWaitlist
Zureg.Model
Zureg.Model.Csv
Zureg.ReCaptcha
Zureg.SendEmail
Zureg.SendEmail.Hardcoded
Zureg.Serverless
Zureg.Views
Other-modules:
Data.Aeson.TH.Extended
Paths_zureg
Build-depends:
JuicyPixels >= 3.2 && < 3.4,
aeson >= 1.3 && < 1.5,
amazonka >= 1.6 && < 1.7,
amazonka-dynamodb >= 1.6 && < 1.7,
amazonka-ses >= 1.6 && < 1.7,
array >= 0.5 && < 0.6,
async >= 2.2 && < 2.3,
base >= 4.7 && < 5,
base64-bytestring >= 1.0 && < 1.1,
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.6,
http-client-tls >= 0.3 && < 0.4,
lens >= 4.16 && < 4.18,
mtl >= 2.2 && < 2.3,
mustache >= 2.3 && < 2.4,
optparse-applicative >= 0.14 && < 0.15,
qrcode >= 0.1 && < 0.2,
text >= 1.2 && < 1.3,
time >= 1.8 && < 1.9,
unordered-containers >= 0.2 && < 0.3,
urlencoded >= 0.4 && < 0.5,
uuid >= 1.3 && < 1.4,
vector >= 0.12 && < 1.13
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