-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathspago.yaml
168 lines (168 loc) · 3.37 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
package:
name: purescm
publish:
version: 1.12.0
license: Apache-2.0
location:
githubOwner: purescm
githubRepo: purescm
dependencies:
- aff
- argonaut
- arrays
- backend-optimizer
- console
- control
- dodo-printer
- effect
- foldable-traversable
- maybe
- newtype
- ordered-collections
- prelude
- safe-coerce
- strings
- transformers
- tuples
test:
main: Test.Main
dependencies:
- ansi
- argparse-basic
- bifunctors
- either
- filterable
- language-cst-parser
- lazy
- lists
- node-buffer
- node-child-process
- node-execa
- node-fs
- node-glob-basic
- node-path
- node-process
- node-streams
- parallel
- partial
- posix-types
- refs
workspace:
packageSet:
registry: 41.2.0
extraPackages:
dodo-printer:
git: https://github.com/natefaubion/purescript-dodo-printer.git
ref: 831c5c963a57ca4bfd62f96335267d7d0785851d
dependencies:
- aff
- ansi
- arrays
- avar
- console
- control
- effect
- either
- exceptions
- foldable-traversable
- integers
- lists
- maybe
- minibench
- newtype
- parallel
- partial
- posix-types
- prelude
- safe-coerce
- strings
- tuples
backend-optimizer:
git: https://github.com/aristanetworks/purescript-backend-optimizer
ref: 54b82ac23143dd47bfafaf52dec81dd7ccf2b490
dependencies:
- aff
- ansi
- argonaut
- argparse-basic
- arrays
- bifunctors
- console
- control
- datetime
- debug
- dodo-printer
- effect
- either
- enums
- filterable
- foldable-traversable
- foreign-object
- integers
- language-cst-parser
- lazy
- lists
- maybe
- newtype
- now
- numbers
- ordered-collections
- orders
- parallel
- partial
- posix-types
- prelude
- refs
- safe-coerce
- st
- strings
- transformers
- tuples
- unsafe-coerce
language-cst-parser:
git: https://github.com/natefaubion/purescript-language-cst-parser.git
ref: bf5623e08e1f43f923d4ff3c29cafbda25128768
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
node-glob-basic:
git: https://github.com/natefaubion/purescript-node-glob-basic.git
ref: v1.2.2
dependencies:
- aff
- console
- effect
- lists
- maybe
- node-fs
- node-path
- node-process
- ordered-collections
- strings