-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
79 lines (75 loc) · 1.72 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
name: sese-scripts
version: 0.1.0.0
#synopsis:
#description:
homepage: https://github.com/prikhi/sese-scripts#readme
license: BSD3
author: Pavan Rikhi
maintainer: pavan.rikhi@gmail.com
copyright: GPL-3.0
category: Web
extra-source-files:
- README.md
ghc-options:
- -Wall
- -fwarn-incomplete-record-updates
- -fwarn-incomplete-uni-patterns
dependencies:
- base >= 4.7 && < 5
- cassava
- persistent
- text
library:
source-dirs: src
dependencies:
- bytestring
- monad-logger
- persistent-mysql
- persistent-template
- transformers
executables:
export-descriptions:
source-dirs: exe
main: ExportDescriptions.hs
other-modules: []
dependencies:
- sese-scripts
export-pages:
source-dirs: exe
main: ExportPages.hs
other-modules: []
dependencies:
- sese-scripts
export-price-status:
source-dirs: exe
main: ExportPriceStatus.hs
other-modules: []
dependencies:
- sese-scripts
import-images:
source-dirs: exe
main: ImportImages.hs
other-modules: []
dependencies:
- sese-scripts
- bytestring
- directory
- filepath
- typed-process
- vector
import-price-status:
source-dirs: exe
main: ImportPriceStatus.hs
other-modules: []
dependencies:
- sese-scripts
- bytestring
- vector
import-product-descriptions:
source-dirs: exe
main: ImportProductDescriptions.hs
other-modules: []
dependencies:
- sese-scripts
- bytestring
- vector