forked from purescript/spago
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spago.yaml
312 lines (312 loc) · 6.69 KB
/
spago.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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
package:
name: spago
publish:
version: 0.93.35
license: BSD-3-Clause
location:
githubOwner: purescript
githubRepo: spago
build:
strict: true
censorProjectWarnings:
- WildcardInferredType
- ImplicitQualifiedImportReExport
dependencies:
- aff
- aff-promise
- affjax
- affjax-node
- ansi
- argonaut-core
- arrays
- avar
- codec
- codec-json
- console
- control
- datetime
- docs-search-common
- docs-search-index
- dodo-printer
- effect
- either
- enums
- filterable
- foldable-traversable
- foreign-object
- formatters
- functions
- graphs
- http-methods
- integers
- json
- lists
- maybe
- newtype
- node-buffer
- node-child-process
- node-execa
- node-fs
- node-path
- node-process
- now
- nullable
- ordered-collections
- parallel
- partial
- posix-types
- prelude
- profunctor
- record
- refs
- registry-lib
- routing-duplex
- spago-core
- strings
- transformers
- tuples
- unfoldable
- unicode
- unsafe-coerce
test:
main: Test.Spago
censorTestWarnings:
- ImplicitQualifiedImportReExport
- ImplicitQualifiedImport
dependencies:
- exceptions
- identity
- quickcheck
- spec
workspace:
packageSet:
registry: 51.0.0
extraPackages:
codec-json: 1.2.0
registry-lib:
git: https://github.com/purescript/registry-dev.git
ref: be0d7ffd1c16aa70e8f065a928e941ebc053c013
subdir: lib
html-parser-halogen:
dependencies:
- halogen
- string-parsers
git: https://github.com/rnons/purescript-html-parser-halogen.git
ref: 035a51d02ba9f8b70c3ffd9fe31a3f5bed19941c
jest:
dependencies:
- aff
- aff-promise
- effect
- foldable-traversable
- prelude
git: https://github.com/nonbili/purescript-jest.git
ref: caf2032f2e5828337e897a99f5359c00e91cb0ee
language-purescript:
ref: db4377dea03ba9c5273a93a8368a53f1d87882c1
git: https://github.com/JordanMartinez/purescript-language-purescript.git
dependencies:
- argonaut-core
- arrays
- bifunctors
- control
- datetime
- either
- enums
- foldable-traversable
- foreign-object
- formatters
- functions
- integers
- json-codecs
- lists
- maybe
- newtype
- nullable
- ordered-collections
- partial
- prelude
- safe-coerce
- st
- strings
- tuples
- unicode
- versions
markdown-it:
dependencies:
- effect
- options
- prelude
git: https://github.com/nonbili/purescript-markdown-it.git
ref: f6e8ee91298f2fc13c4277e75a19e0538de5f7a2
markdown-it-halogen:
dependencies:
- html-parser-halogen
- markdown-it
git: https://github.com/nonbili/purescript-markdown-it-halogen.git
ref: 08c9625015bf04214be14e45230e8ce12f3fa2bf
memoize:
dependencies:
- either
- integers
- lazy
- lists
- maybe
- prelude
- strings
- tuples
git: https://github.com/paf31/purescript-memoize.git
ref: 9960694e82adc212fd89f8ed8778cf55fcb72aeb
search-trie:
dependencies:
- arrays
- bifunctors
- foldable-traversable
- lists
- ordered-collections
- prelude
git: https://github.com/klntsky/purescript-search-trie.git
ref: e7f7f22486a1dba22171ec885dbc2149dc815119
language-cst-parser:
git: https://github.com/natefaubion/purescript-language-cst-parser.git
ref: "v0.13.0"
dependencies:
- "arrays"
- "console"
- "const"
- "control"
- "effect"
- "either"
- "enums"
- "foldable-traversable"
- "free"
- "functions"
- "functors"
- "identity"
- "integers"
- "lazy"
- "lists"
- "maybe"
- "newtype"
- "node-process"
- "numbers"
- "ordered-collections"
- "partial"
- "prelude"
- "st"
- "strings"
- "transformers"
- "tuples"
- "typelevel-prelude"
- "unfoldable"
- "unsafe-coerce"
tidy-codegen:
git: https://github.com/natefaubion/purescript-tidy-codegen.git
ref: v4.0.0
dependencies:
- aff
- ansi
- arrays
- avar
- bifunctors
- console
- control
- dodo-printer
- effect
- either
- enums
- exceptions
- filterable
- foldable-traversable
- free
- identity
- integers
- language-cst-parser
- lazy
- lists
- maybe
- newtype
- node-buffer
- node-child-process
- node-fs
- node-path
- node-process
- node-streams
- ordered-collections
- parallel
- partial
- posix-types
- prelude
- record
- safe-coerce
- st
- strings
- tidy
- transformers
- tuples
- type-equality
- unicode
tidy:
git: https://github.com/natefaubion/purescript-tidy.git
ref: "v0.10.0"
dependencies:
- arrays
- control
- dodo-printer
- either
- foldable-traversable
- lists
- maybe
- newtype
- ordered-collections
- partial
- prelude
- language-cst-parser
- strings
- tuples
json-codecs: "4.0.0"
node-glob-basic:
git: https://github.com/natefaubion/purescript-node-glob-basic.git
ref: "v1.2.2"
dependencies:
- aff
- console
- effect
- either
- foldable-traversable
- lists
- maybe
- node-fs
- node-fs
- node-path
- node-process
- ordered-collections
- parallel
- prelude
- refs
- strings
- tuples
dodo-printer:
git: "https://github.com/natefaubion/purescript-dodo-printer.git"
ref: "v2.2.1"
dependencies:
- aff
- ansi
- arrays
- avar
- console
- control
- effect
- either
- exceptions
- foldable-traversable
- integers
- lists
- maybe
- newtype
- parallel
- partial
- prelude
- safe-coerce
- strings
- tuples