Add phoenix v3.0.0 (#66)

* Add phoenix v3.0.0

* Add phoenix v3.0.0
This commit is contained in:
Brandon Hamilton 2017-05-01 00:27:35 +02:00 committed by Phil Freeman
parent 0dab5b6401
commit 131a2db2ee

View file

@ -2169,6 +2169,46 @@
"repo": "https://github.com/purescript/purescript-partial.git",
"version": "v1.2.0"
},
"phoenix": {
"dependencies": [
"arrays",
"bifunctors",
"contravariant",
"control",
"distributive",
"eff",
"either",
"foldable-traversable",
"foreign",
"functions",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"options",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/brandonhamilton/purescript-phoenix",
"version": "v3.0.0"
},
"posix-types": {
"dependencies": [
"control",