-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspago.yaml
130 lines (130 loc) · 2.91 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
package:
name: galatea
dependencies:
- aff
- aff-promise
- colors
- console
- css
- deku
- deku-core
- deku-css
- deku-dom
- effect
- newtype
- prelude
- refs
- resize-observer
- tuples
- web-events
- web-html
- web-pointerevents
workspace:
packageSet:
registry: 50.7.0
# Deku v10.0.0 is not yet published on Pursuit,
# so we tell spago where to find it and its dependencies:
extraPackages:
hyrule:
git: "https://github.com/mikesol/purescript-hyrule.git"
ref: "0492d5e4252f4bffef6c2a8d37fe1335a8cf7354"
dependencies:
- effect
- aff
- free
- avar
- filterable
- js-timers
- unsafe-reference
- web-html
- web-uievents
deku:
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku
ref: "5a6222ab2f7e3d60fdaac1d7e52e27482c57343f"
dependencies:
- hyrule
- untagged-union
deku-css:
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku-css
ref: "5a6222ab2f7e3d60fdaac1d7e52e27482c57343f"
dependencies:
- hyrule
- untagged-union
deku-core:
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku-core
ref: "5a6222ab2f7e3d60fdaac1d7e52e27482c57343f"
dependencies:
- hyrule
- untagged-union
deku-dom:
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku-dom
ref: "5a6222ab2f7e3d60fdaac1d7e52e27482c57343f"
dependencies:
- hyrule
- web-touchevents
- 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: "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-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