Skip to content

Commit 91cf2a4

Browse files
committed
Update psc-package.json
1 parent ea17d99 commit 91cf2a4

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

psc-package.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,40 @@
33
"source": "https://github.com/purescript/package-sets.git",
44
"set": "psc-0.10.1",
55
"depends": [
6+
"arrays",
7+
"assert",
8+
"bifunctors",
69
"console",
10+
"control",
11+
"distributive",
712
"eff",
13+
"either",
814
"exceptions",
15+
"foldable-traversable",
916
"foreign",
17+
"functions",
1018
"generics",
1119
"globals",
20+
"identity",
21+
"integers",
22+
"invariant",
23+
"lazy",
24+
"lists",
1225
"maps",
13-
"nullable"
26+
"math",
27+
"maybe",
28+
"monoid",
29+
"newtype",
30+
"nonempty",
31+
"nullable",
32+
"partial",
33+
"prelude",
34+
"proxy",
35+
"st",
36+
"strings",
37+
"tailrec",
38+
"transformers",
39+
"tuples",
40+
"unfoldable"
1441
]
1542
}

0 commit comments

Comments
 (0)