File tree 1 file changed +53
-48
lines changed
1 file changed +53
-48
lines changed Original file line number Diff line number Diff line change @@ -2,54 +2,59 @@ workspace:
2
2
packages:
3
3
priority-queue:
4
4
path: ./
5
- dependencies:
6
- - arrays: ">=7.0.0 <8.0.0"
7
- - effect: ">=4.0.0 <5.0.0"
8
- - foldable-traversable: ">=6.0.0 <7.0.0"
9
- - integers: ">=6.0.0 <7.0.0"
10
- - lists: ">=7.0.0 <8.0.0"
11
- - maybe: ">=6.0.0 <7.0.0"
12
- - prelude: ">=6.0.0 <7.0.0"
13
- - st: ">=6.0.0 <7.0.0"
14
- test_dependencies:
15
- - assert
16
- - console
17
- build_plan:
18
- - arrays
19
- - assert
20
- - bifunctors
21
- - console
22
- - const
23
- - contravariant
24
- - control
25
- - distributive
26
- - effect
27
- - either
28
- - exists
29
- - foldable-traversable
30
- - functions
31
- - functors
32
- - identity
33
- - integers
34
- - invariant
35
- - lazy
36
- - lists
37
- - maybe
38
- - newtype
39
- - nonempty
40
- - numbers
41
- - orders
42
- - partial
43
- - prelude
44
- - profunctor
45
- - refs
46
- - safe-coerce
47
- - st
48
- - tailrec
49
- - tuples
50
- - type-equality
51
- - unfoldable
52
- - unsafe-coerce
5
+ core:
6
+ dependencies:
7
+ - arrays: ">=7.0.0 <8.0.0"
8
+ - effect: ">=4.0.0 <5.0.0"
9
+ - foldable-traversable: ">=6.0.0 <7.0.0"
10
+ - integers: ">=6.0.0 <7.0.0"
11
+ - lists: ">=7.0.0 <8.0.0"
12
+ - maybe: ">=6.0.0 <7.0.0"
13
+ - prelude: ">=6.0.0 <7.0.0"
14
+ - st: ">=6.0.0 <7.0.0"
15
+ build_plan:
16
+ - arrays
17
+ - bifunctors
18
+ - const
19
+ - contravariant
20
+ - control
21
+ - distributive
22
+ - effect
23
+ - either
24
+ - exists
25
+ - foldable-traversable
26
+ - functions
27
+ - functors
28
+ - identity
29
+ - integers
30
+ - invariant
31
+ - lazy
32
+ - lists
33
+ - maybe
34
+ - newtype
35
+ - nonempty
36
+ - numbers
37
+ - orders
38
+ - partial
39
+ - prelude
40
+ - profunctor
41
+ - refs
42
+ - safe-coerce
43
+ - st
44
+ - tailrec
45
+ - tuples
46
+ - type-equality
47
+ - unfoldable
48
+ - unsafe-coerce
49
+ test:
50
+ dependencies:
51
+ - assert
52
+ - console
53
+ build_plan:
54
+ - assert
55
+ - console
56
+ - effect
57
+ - prelude
53
58
extra_packages: {}
54
59
packages:
55
60
arrays:
You can’t perform that action at this time.
0 commit comments