-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
spago.yaml
97 lines (97 loc) · 1.96 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
package:
name: transity
dependencies:
- aff
- ansi
- argonaut-codecs
- argonaut-core
- argonaut-generic
- arrays
- console
- control
- datetime
- debug
- effect
- foldable-traversable
- foreign
- foreign-object
- format
- formatters
- functions
- js-bigints
- lists
- markdown-it
- maybe
- newtype
- node-buffer
- node-fs
- node-fs-extra
- node-path
- node-process
- nullable
- ordered-collections
- partial
- prelude
- rationals
- result
- strings
- stringutils
- transformers
- tuples
- unfoldable
- yaml-next
test:
main: Test.Main
dependencies:
- spec
workspace:
packageSet:
registry: 61.2.0
extraPackages:
format:
git: https://github.com/feramhq/purescript-format
ref: 3b0fc6c74f439fc3ad7fc7c88fc6f73b083f82e2
dependencies:
- control
- effect
- integers
- maybe
- numbers
- prelude
- strings
- test-unit
- unfoldable
markdown-it:
git: https://github.com/nonbili/purescript-markdown-it
ref: f6e8ee91298f2fc13c4277e75a19e0538de5f7a2
dependencies:
- effect
- foldable-traversable
- foreign
- jest
- node-process
- options
- prelude
- psci-support
- tuples
node-fs-extra:
git: https://github.com/ad-si/purescript-node-fs-extra
ref: 4985e50936bc142d998c616554df3acf820c0cbc
dependencies:
- aff-promise
- node-buffer
- node-path
yaml-next:
git: https://github.com/archaeron/purescript-yaml-next
ref: cd4833a32458e06ebb4338c3e00f98723c681891
dependencies:
- argonaut-codecs
- argonaut-core
- console
- effect
- foreign
- functions
- ordered-collections
- psci-support
- spec
- unsafe-coerce