-
Notifications
You must be signed in to change notification settings - Fork 0
/
ajk-lomake.cabal
96 lines (91 loc) · 2.08 KB
/
ajk-lomake.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
cabal-version: 2.4
name: ajk-lomake
version: 0
synopsis: AJK form
description: Jee jee jee
category: Web
homepage: https://github.com/osakunta/ajk-lomake#readme
bug-reports: https://github.com/osakunta/ajk-lomake/issues
author: Oleg Grenrus <[email protected]>
maintainer: Oleg Grenrus <[email protected]>
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
tested-with: GHC ==8.4.4
extra-source-files:
README.md
foundation-6/css/foundation.min.css
style.css
source-repository head
type: git
location: https://github.com/osakunta/ajk-lomake
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, aeson
, aeson-compat
, base ^>=4.11.1.0
, base-compat
, base16-bytestring
, base64-bytestring
, bifunctors
, blaze-html
, bytestring
, containers
, cryptohash-sha1
, either ^>=5
, file-embed
, futurice-prelude
, generics-sop
, HPDF ^>=1.4.10
, http-api-data
, http-client
, http-client-tls
, http-types
, lens
, lucid
, markdown
, mtl
, pretty
, process-extras
, reflection
, semigroups
, sendgrid-v3
, servant
, servant-lucid
, servant-multipart
, servant-server
, singleton-bool
, stm
, tagged
, text
, time
, transformers
, unordered-containers
, vector
, wai
, warp
exposed-modules:
Lomake
Lomake.Digest
Lomake.PDF
Lomake.Pretty
SatO.AJK.Lomake
SatO.AJK.Lomake.Asuntohaku
SatO.AJK.Lomake.Classes
SatO.AJK.Lomake.Common
SatO.AJK.Lomake.Huoltoilmoitus
SatO.AJK.Lomake.LongText
SatO.AJK.Lomake.Palaute
SatO.AJK.Lomake.Sisainen
SatO.AJK.Lomake.Uusinta
executable ajk-lomake-server
default-language: Haskell2010
main-is: Main.hs
hs-source-dirs: srv
ghc-options: -Wall -threaded
build-depends:
, ajk-lomake
, base