add purescript-run and purescript-variant (#88)

* added run and variant

* fixed version of variant

* deps for run

* added another dep

* added another dep for variant
This commit is contained in:
dwhitney 2017-06-15 14:33:33 -04:00 committed by Phil Freeman
parent 4fc2f6a57e
commit 4cf3fff5fd

View file

@ -3286,6 +3286,61 @@
"repo": "https://github.com/krisajenkins/purescript-remotedata",
"version": "v2.1.0"
},
"run" : {
"dependencies": [
"aff",
"arrays",
"assert",
"bifunctors",
"catenable-lists",
"console",
"control",
"const",
"contravariant",
"datetime",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"exists",
"foldable-traversable",
"free",
"functions",
"functors",
"generics",
"globals",
"identity",
"integers",
"inject",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"nonempty",
"newtype",
"parallel",
"partial",
"prelude",
"profunctor",
"proxy",
"refs",
"st",
"strings",
"symbols",
"tailrec",
"transformers",
"tuples",
"type-equality",
"unfoldable",
"unsafe-coerce",
"variant"
],
"repo":"https://github.com/natefaubion/purescript-run.git",
"version":"v0.4.0"
},
"safely": {
"dependencies": [
"arrays",
@ -3961,6 +4016,27 @@
"repo": "https://github.com/purescript/purescript-validation.git",
"version": "v3.0.0"
},
"variant" :{
"dependencies":[
"bifunctors",
"control",
"distributive",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"partial",
"prelude",
"symbols",
"tuples",
"type-equality",
"unsafe-coerce"
],
"repo":"https://github.com/natefaubion/purescript-variant.git",
"version":"v1.1.0"
},
"yargs": {
"dependencies": [
"arrays",