-
Notifications
You must be signed in to change notification settings - Fork 4
/
spago.yaml
97 lines (97 loc) · 2.02 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
workspace:
package_set:
registry: 31.0.0
extra_packages:
hyrule:
git: "https://github.com/mikesol/purescript-hyrule.git"
ref: "a2a32e0"
dependencies:
- avar
- effect
- free
- js-timers
- web-html
- unsafe-reference
- web-uievents
deku:
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku
ref: "be67ace"
dependencies:
- hyrule
- untagged-union
deku-core:
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku-core
ref: "be67ace"
dependencies:
- hyrule
- untagged-union
deku-dom:
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku-dom
ref: "be67ace"
dependencies:
- hyrule
- untagged-union
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
tidy-codegen:
repo: "https://github.com/natefaubion/purescript-tidy-codegen"
version: "type-applications"
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-aff
- node-path
- node-process
- node-streams
- ordered-collections
- parallel
- partial
- posix-types
- prelude
- record
- safe-coerce
- st
- strings
- tidy
- transformers
- tuples
- type-equality
- unicode