Add 'uri' and 'pathy' (#93)

* Add pathy

* Add uri
This commit is contained in:
Romain Ruetschi 2017-07-11 19:05:24 +02:00 committed by Phil Freeman
parent 3d122d3de3
commit dcc550791b

View file

@ -3190,6 +3190,42 @@
"repo": "https://github.com/purescript/purescript-partial.git",
"version": "v1.2.0"
},
"pathy": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"exceptions",
"foldable-traversable",
"identity",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"profunctor",
"proxy",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-pathy.git",
"version": "v4.0.0"
},
"phoenix": {
"dependencies": [
"arrays",
@ -4514,6 +4550,50 @@
"repo": "https://github.com/purescript-contrib/purescript-unsafe-reference.git",
"version": "v2.0.0"
},
"uri": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"exceptions",
"foldable-traversable",
"functions",
"gen",
"generics",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"maps",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"pathy",
"prelude",
"profunctor",
"proxy",
"st",
"string-parsers",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-uri.git",
"version": "v3.0.1"
},
"validation": {
"dependencies": [
"bifunctors",