-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspago.yaml
41 lines (41 loc) · 1.1 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
package:
dependencies:
- datetime: ">=6.1.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- forgetmenot: ">=0.1.0 <0.2.0"
- functions: ">=6.0.0 <7.0.0"
- nullable: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
- react-basic: ">=17.0.0 <18.0.0"
- react-basic-hooks: ">=8.2.0 <9.0.0"
- record: ">=4.0.0 <5.0.0"
- type-equality: ">=4.0.1 <5.0.0"
- typelevel-prelude: ">=7.0.0 <8.0.0"
- unsafe-coerce: ">=6.0.0 <7.0.0"
- web-dom: ">=6.0.0 <7.0.0"
- web-events: ">=4.0.0 <5.0.0"
- web-html: ">=4.1.0 <5.0.0"
- web-touchevents: ">=4.0.0 <5.0.0"
name: yoga-react-dom
test:
main: Test.Main
dependencies:
- console
- spec
- node-fs
- aff
- node-buffer
- foldable-traversable
- tuples
# Optional section for configuring the `spago publish` command.
# If you intend to publish your package, this section becomes mandatory.
publish:
version: 1.0.1
license: WTFPL
location:
githubOwner: rowtype-yoga
githubRepo: purescript-yoga-react-dom
workspace:
extraPackages: {}
packageSet:
registry: 51.2.0