-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
144 lines (135 loc) · 3.2 KB
/
package.yaml
File metadata and controls
144 lines (135 loc) · 3.2 KB
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
# https://github.com/sol/hpack
name: ColorSort
version: 0.1.0.0
# synopsis:
# description:
license: BSD3
license-file: LICENSE
author: Marc A. Ziegert
copyright: comonad@gmail.com
maintainer: comonad@gmail.com
category: Web
#extra-source-files: ChangeLog.md
ghc-options: -O2 -threaded -with-rtsopts=-N2 -Wno-partial-type-signatures -ddump-to-file -ddump-stg-final
language: Haskell2010
dependencies:
- base >= 4.13 && < 5
- reflection
- aeson
- text-short
#- http-client >= 0.6.4.1
#- http-types >= 0.9.1
#- HTTP >= 4000.3.7
#- cryptonite >= 0.23
#- bytestring >= 0.10.10.1
#- memory >= 0.14.6
- containers >= 0.5.7.1
#- time >= 1.12.0.1
#- time >= 1.9.3
#- aeson >= 1.2.1.0
#- aeson-pretty >= 0.8.5
#- scientific >= 0.3.5.1
#- http-conduit >= 2.2.3.2
#- text >= 1.2.2.1
#- template-haskell >= 2.12.0.0
#- unordered-containers >= 0.2.8.0
- parallel
- transformers >= 0.6.1.0
- mtl >= 2.3.1
# - machines >= 0.7.1
#- JuicyPixels >= 3.3.5
#- vector >= 0.12.1.2
#- zlib >= 0.6.2.2
#- wide-word >= 0.1.1.1
#- mmap >= 0.5.9
#- directory >= 1.3.6.0
# - gloss >= 1.13.2.1
#- deepseq >= 1.4.4.0
#- extra >= 1.7.8
# - protolude >= 0.3.0
#- mtl >= 2.2.2
# - lz4 >= 0.2.3.1
#- singletons >= 2.6
#- split-channel >= 0.2.0.1
#- wuss >= 1.1.17
#- websockets >= 0.12.7.1
#- free >= 5.1.3
#- pretty-simple >= 4.0.0.0
# -- static-canvas >= 0.2.0.3
#
#
#- file-embed >= 0.0.13.0
#- lens >= 4.18.1
#- data-default-class >= 0.1.2.0
#
# - sdl2
# - sdl2-ttf >= 2.1.1
# - linear
# - StateVar >= 1.2.1
# - Color
# - reflection >= 2.1.6
#library:
# source-dirs: src/krakenapi
library:
source-dirs: src
executables:
Blockout3D:
dependencies: [ColorSort]
source-dirs: app/Blockout3D
main: Blockout3D.hs
ghc-options:
- -O2
- -threaded
- -with-rtsopts=-N2
- -Wno-partial-type-signatures
- -fwarn-incomplete-patterns
- -ddump-to-file
- -ddump-stg-final
BlockBuster:
dependencies: [ColorSort]
source-dirs: app/BlockBuster
main: BlockBuster.hs
ghc-options:
- -O2
- -threaded
- -with-rtsopts=-N2
- -Wno-partial-type-signatures
- -fwarn-incomplete-patterns
- -ddump-to-file
- -ddump-stg-final
Mills:
dependencies: [vector]
source-dirs: app/Mills
main: Mills.hs
ghc-options:
- -O2
- -threaded
- -with-rtsopts=-N2
- -Wno-partial-type-signatures
- -fwarn-incomplete-patterns
- -ddump-to-file
- -ddump-stg-final
ColorSort:
dependencies: [ColorSort]
source-dirs: app/ColorSort
main: ColorSort.hs
ghc-options:
- -O2
- -threaded
- -with-rtsopts=-N2
- -Wno-partial-type-signatures
- -fwarn-incomplete-patterns
- -ddump-to-file
- -ddump-stg-final
HouseRiddle:
dependencies: [ColorSort]
source-dirs: app/HouseRiddle
main: HouseRiddle.hs
ghc-options:
- -O2
- -threaded
- -with-rtsopts=-N2
- -Wno-partial-type-signatures
- -fwarn-incomplete-patterns
- -ddump-to-file
- -ddump-stg-final