diff --git a/packages.json b/packages.json index 4d7d44a..bfc4dfc 100644 --- a/packages.json +++ b/packages.json @@ -2711,6 +2711,44 @@ "repo": "https://github.com/slamdata/purescript-pathy.git", "version": "v3.0.2" }, + "phoenix": { + "dependencies": [ + "arrays", + "bifunctors", + "contravariant", + "control", + "distributive", + "eff", + "either", + "foldable-traversable", + "foreign", + "functions", + "generics", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "maps", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "options", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "transformers", + "tuples", + "unfoldable" + ], + "repo": "https://github.com/brandonhamilton/purescript-phoenix.git", + "version": "v2.0.2" + }, "posix-types": { "dependencies": [ "control",