blob: 1064e7d70ef07afae60c7d6ea4f73f871ede1bd8 (
plain)
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
|
Name: client
Version: 0.0.1
License: GPL-3
License-file: LICENSE
Author: Joris Guyonvarch
Maintainer: joris@guyonvarch.me
Category: Web
Build-type: Simple
Cabal-version: >=1.10
Executable client
Main-Is: Main.hs
Ghc-options: -Wall -Werror
Hs-source-dirs: src
Default-language: Haskell2010
Default-extensions:
ExistentialQuantification
MultiParamTypeClasses
OverloadedStrings
RecursiveDo
Build-depends:
aeson
, base >=4.9 && <4.11
, bytestring
, common
, containers
, jsaddle-dom
, reflex-dom
, text
, time
other-modules:
Component.Button
Component.Input
Component.Modal
Icon
Util.List
View.App
View.Header
View.Payment
View.Payment.Header
View.Payment.Pages
View.Payment.Table
View.SignIn
|