-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathspago.yaml
73 lines (73 loc) · 1.98 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
package:
name: web3
dependencies:
- aff: ">=7.1.0 <8.0.0"
- argonaut: ">=9.0.0 <10.0.0"
- arrays: ">=7.3.0 <8.0.0"
- bifunctors: ">=6.0.0 <7.0.0"
- control: ">=6.0.0 <7.0.0"
- coroutine-transducers: "*"
- coroutines: ">=7.0.0 <8.0.0"
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.1.0 <7.0.0"
- eth-core: "*"
- exceptions: ">=6.1.0 <7.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- foreign: ">=7.0.0 <8.0.0"
- foreign-object: ">=4.1.0 <5.0.0"
- fork: ">=6.0.0 <7.0.0"
- gen: ">=4.0.0 <5.0.0"
- heterogeneous: ">=0.6.0 <0.7.0"
- identity: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- newtype: ">=5.0.0 <6.0.0"
- node-buffer: ">=9.0.0 <10.0.0"
- parallel: ">=6.0.0 <7.0.0"
- parsing: ">=10.2.0 <11.0.0"
- partial: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- profunctor-lenses: ">=8.0.0 <9.0.0"
- record: ">=4.0.0 <5.0.0"
- ring-modules: ">=5.0.1 <6.0.0"
- simple-json: ">=9.0.0 <10.0.0"
- strings: ">=6.0.1 <7.0.0"
- tagged: ">=4.0.2 <5.0.0"
- tailrec: ">=6.1.0 <7.0.0"
- transformers: ">=6.1.0 <7.0.0"
- tuples: ">=7.0.0 <8.0.0"
- typelevel-prelude: ">=7.0.0 <8.0.0"
- unfoldable: ">=6.0.0 <7.0.0"
- unsafe-coerce: ">=6.0.0 <7.0.0"
- variant: ">=8.0.0 <9.0.0"
test:
main: Test.Main
dependencies:
- quickcheck
- quickcheck-laws
- spec
- spec-node
workspace:
extraPackages:
coroutine-transducers:
dependencies:
- aff
- console
- coroutines
- effect
- either
- foldable-traversable
- freet
- functors
- maybe
- newtype
- parallel
- prelude
- psci-support
- tailrec
- transformers
- tuples
git: https://github.com/martyall/purescript-coroutine-transducers
ref: v1.0.0
eth-core:
git: https://github.com/f-o-a-m/purescript-eth-core
ref: 3db27d22f738498a1e4263f537cd25279fc88088