We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea17d99 commit 91cf2a4Copy full SHA for 91cf2a4
psc-package.json
@@ -3,13 +3,40 @@
3
"source": "https://github.com/purescript/package-sets.git",
4
"set": "psc-0.10.1",
5
"depends": [
6
+ "arrays",
7
+ "assert",
8
+ "bifunctors",
9
"console",
10
+ "control",
11
+ "distributive",
12
"eff",
13
+ "either",
14
"exceptions",
15
+ "foldable-traversable",
16
"foreign",
17
+ "functions",
18
"generics",
19
"globals",
20
+ "identity",
21
+ "integers",
22
+ "invariant",
23
+ "lazy",
24
+ "lists",
25
"maps",
- "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"
41
]
42
}
0 commit comments