-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathspago.yaml
More file actions
121 lines (121 loc) · 2.55 KB
/
spago.yaml
File metadata and controls
121 lines (121 loc) · 2.55 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
workspace:
packageSet:
registry: 58.0.0
# backend:
# cmd: purs-backend-es
# args:
# - build
extraPackages:
tldr:
git: "https://github.com/mikesol/purescript-tldr.git"
ref: "7945d3f"
dependencies: [prelude]
hyrule:
git: "https://github.com/mikesol/purescript-hyrule.git"
# ref: "bf0833f"
ref: "v2.5.1"
dependencies:
- effect
- avar
- js-timers
- avar
- web-html
- unsafe-reference
- web-uievents
tidy:
repo: "https://github.com/natefaubion/purescript-tidy.git"
version: "v0.10.0"
dependencies:
- arrays
- dodo-printer
- foldable-traversable
- lists
- maybe
- ordered-collections
- partial
- prelude
- language-cst-parser
- strings
- tuples
dodo-printer:
repo: "https://github.com/natefaubion/purescript-dodo-printer"
version: "master"
dependencies:
- aff
- ansi
- arrays
- avar
- console
- "ansi"
- "arrays"
- "avar"
- "console"
- "control"
- "effect"
- "either"
- "exceptions"
- "foldable-traversable"
- "integers"
- "lists"
- "maybe"
- "minibench"
- "newtype"
- "node-buffer"
- "node-child-process"
- "node-fs"
- "node-os"
- "node-path"
- "node-process"
- "node-streams"
- "parallel"
- "partial"
- "prelude"
- "safe-coerce"
- "strings"
- "tuples"
tidy-codegen:
repo: "https://github.com/natefaubion/purescript-tidy-codegen"
version: "main"
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