-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspago.yaml
115 lines (115 loc) · 2.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
workspace:
packageSet:
registry: 62.3.1
extraPackages:
coroutine-transducers:
dependencies:
- aff
- console
- coroutines
- effect
- either
- foldable-traversable
- freet
- functors
- maybe
- newtype
- parallel
- prelude
- psci-support
- tailrec
- transformers
- tuples
git: https://github.com/martyall/purescript-coroutine-transducers
ref: v1.0.0
dodo-printer:
dependencies:
- aff
- ansi
- arrays
- avar
- console
- control
- effect
- either
- exceptions
- foldable-traversable
- integers
- lists
- maybe
- minibench
- newtype
- node-buffer
- node-child-process
- node-path
- node-process
- node-streams
- parallel
- partial
- posix-types
- prelude
- safe-coerce
- strings
- tuples
git: https://github.com/natefaubion/purescript-dodo-printer.git
ref: v2.2.1
tidy:
dependencies:
- arrays
- dodo-printer
- foldable-traversable
- language-cst-parser
- lists
- maybe
- ordered-collections
- partial
- prelude
- strings
- tuples
git: https://github.com/natefaubion/purescript-tidy.git
ref: v0.10.0
tidy-codegen:
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-path
- node-process
- node-streams
- ordered-collections
- parallel
- partial
- posix-types
- prelude
- record
- safe-coerce
- st
- strings
- tidy
- transformers
- tuples
- type-equality
- unicode
git: https://github.com/natefaubion/purescript-tidy-codegen.git
ref: v4.0.0