File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "prelude",
1414 "strings",
1515 "tuples"
16+ ],
17+ "build_plan": [
18+ "arrays",
19+ "bifunctors",
20+ "const",
21+ "contravariant",
22+ "control",
23+ "distributive",
24+ "effect",
25+ "either",
26+ "enums",
27+ "exists",
28+ "foldable-traversable",
29+ "functions",
30+ "functors",
31+ "gen",
32+ "identity",
33+ "integers",
34+ "invariant",
35+ "js-bigints",
36+ "maybe",
37+ "newtype",
38+ "nonempty",
39+ "numbers",
40+ "orders",
41+ "partial",
42+ "prelude",
43+ "profunctor",
44+ "refs",
45+ "safe-coerce",
46+ "st",
47+ "strings",
48+ "tailrec",
49+ "tuples",
50+ "type-equality",
51+ "unfoldable",
52+ "unsafe-coerce"
1653 ]
1754 },
1855 "test": {
1956 "dependencies": [
2057 "aff",
2158 "effect",
2259 "spec"
60+ ],
61+ "build_plan": [
62+ "aff",
63+ "ansi",
64+ "arrays",
65+ "avar",
66+ "bifunctors",
67+ "catenable-lists",
68+ "const",
69+ "contravariant",
70+ "control",
71+ "datetime",
72+ "distributive",
73+ "effect",
74+ "either",
75+ "enums",
76+ "exceptions",
77+ "exists",
78+ "foldable-traversable",
79+ "fork",
80+ "free",
81+ "functions",
82+ "functors",
83+ "gen",
84+ "identity",
85+ "integers",
86+ "invariant",
87+ "lazy",
88+ "lists",
89+ "maybe",
90+ "mmorph",
91+ "newtype",
92+ "nonempty",
93+ "now",
94+ "numbers",
95+ "ordered-collections",
96+ "orders",
97+ "parallel",
98+ "partial",
99+ "pipes",
100+ "prelude",
101+ "profunctor",
102+ "refs",
103+ "safe-coerce",
104+ "spec",
105+ "st",
106+ "strings",
107+ "tailrec",
108+ "transformers",
109+ "tuples",
110+ "type-equality",
111+ "unfoldable",
112+ "unsafe-coerce"
23113 ]
24114 }
25115 }
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ package:
77 githubOwner : philippedev101
88 githubRepo : purescript-currency
99 dependencies :
10- - prelude
11- - js-bigints
12- - arrays
13- - maybe
14- - integers
15- - foldable-traversable
16- - strings
17- - tuples
10+ - arrays : " >=7.3.0 <8.0.0 "
11+ - foldable-traversable : " >=6.0.0 <7.0.0 "
12+ - integers : " >=6.0.0 <7.0.0 "
13+ - js-bigints : " >=2.2.1 <3.0.0 "
14+ - maybe : " >=6.0.0 <7.0.0 "
15+ - prelude : " >=6.0.2 <7.0.0 "
16+ - strings : " >=6.0.1 <7.0.0 "
17+ - tuples : " >=7.0.0 <8.0.0 "
1818 test :
1919 main : Test.Main
2020 dependencies :
You can’t perform that action at this time.
0 commit comments