Skip to content

Commit

Permalink
adding quickcheck-laws, smolder, list-zipper and slides (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Mizrahi authored and paf31 committed May 4, 2017
1 parent 131a2db commit bdfb99c
Showing 1 changed file with 167 additions and 0 deletions.
167 changes: 167 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bdfb99c

Please sign in to comment.