adding quickcheck-laws, smolder, list-zipper and slides (#68)

This commit is contained in:
Gil Mizrahi 2017-05-05 02:31:57 +03:00 committed by Phil Freeman
parent 131a2db2ee
commit bdfb99cf0a

View file

@ -1388,6 +1388,47 @@
"repo": "https://github.com/purescript-contrib/purescript-lens.git",
"version": "v3.0.0"
},
"list-zipper": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"gen",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"quickcheck",
"quickcheck-laws",
"random",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/soupi/purescript-list-zipper.git",
"version": "v1.0.0"
},
"lists": {
"dependencies": [
"arrays",
@ -2365,6 +2406,46 @@
"repo": "https://github.com/purescript/purescript-quickcheck.git",
"version": "v4.0.0"
},
"quickcheck-laws": {
"dependencies": [
"arrays",
"bifunctors",
"console",
"control",
"distributive",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"gen",
"globals",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"quickcheck",
"random",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/garyb/purescript-quickcheck-laws.git",
"version": "v3.0.0"
},
"random": {
"dependencies": [
"control",
@ -2622,6 +2703,92 @@
"repo": "https://github.com/bodil/purescript-signal.git",
"version": "v9.0.0"
},
"slides": {
"dependencies": [
"arraybuffer-types",
"arrays",
"bifunctors",
"catenable-lists",
"console",
"control",
"datetime",
"distributive",
"dom",
"eff",
"either",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"functions",
"gen",
"generics",
"globals",
"identity",
"integers",
"invariant",
"js-date",
"js-timers",
"lazy",
"list-zipper",
"lists",
"maps",
"math",
"maybe",
"media-types",
"monoid",
"newtype",
"nonempty",
"nullable",
"partial",
"prelude",
"proxy",
"psci-support",
"signal",
"smolder",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/soupi/purescript-slides.git",
"version": "v0.5.0"
},
"smolder": {
"dependencies": [
"arrays",
"bifunctors",
"catenable-lists",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"functions",
"identity",
"invariant",
"lazy",
"lists",
"maps",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/bodil/purescript-smolder.git",
"version": "v7.0.0"
},
"st": {
"dependencies": [
"eff",