Skip to content

Commit 1c44e46

Browse files
brandonhamiltonpaf31
authored andcommitted
Add phoenix (purescript#55)
1 parent cc7c517 commit 1c44e46

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

packages.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,6 +2711,44 @@
27112711
"repo": "https://github.com/slamdata/purescript-pathy.git",
27122712
"version": "v3.0.2"
27132713
},
2714+
"phoenix": {
2715+
"dependencies": [
2716+
"arrays",
2717+
"bifunctors",
2718+
"contravariant",
2719+
"control",
2720+
"distributive",
2721+
"eff",
2722+
"either",
2723+
"foldable-traversable",
2724+
"foreign",
2725+
"functions",
2726+
"generics",
2727+
"identity",
2728+
"integers",
2729+
"invariant",
2730+
"lazy",
2731+
"lists",
2732+
"maps",
2733+
"math",
2734+
"maybe",
2735+
"monoid",
2736+
"newtype",
2737+
"nonempty",
2738+
"options",
2739+
"partial",
2740+
"prelude",
2741+
"proxy",
2742+
"st",
2743+
"strings",
2744+
"tailrec",
2745+
"transformers",
2746+
"tuples",
2747+
"unfoldable"
2748+
],
2749+
"repo": "https://github.com/brandonhamilton/purescript-phoenix.git",
2750+
"version": "v2.0.2"
2751+
},
27142752
"posix-types": {
27152753
"dependencies": [
27162754
"control",

0 commit comments

Comments
 (0)