leibniz, memoize, folds, fix maps

This commit is contained in:
Phil Freeman 2016-10-22 19:38:37 -07:00
parent c03f6b6aee
commit 4c8cdc37e7

View file

@ -562,6 +562,25 @@
"repo": "https://github.com/purescript/purescript-foldable-traversable.git", "repo": "https://github.com/purescript/purescript-foldable-traversable.git",
"version": "v2.0.0" "version": "v2.0.0"
}, },
"folds": {
"dependencies": [
"bifunctors",
"control",
"distributive",
"either",
"foldable-traversable",
"identity",
"invariant",
"maybe",
"monoid",
"newtype",
"prelude",
"profunctor",
"tuples"
],
"repo": "https://github.com/paf31/purescript-folds.git",
"version": "v2.0.0"
},
"foreign": { "foreign": {
"dependencies": [ "dependencies": [
"arrays", "arrays",
@ -945,6 +964,14 @@
"repo": "https://github.com/purescript/purescript-lazy.git", "repo": "https://github.com/purescript/purescript-lazy.git",
"version": "v2.0.0" "version": "v2.0.0"
}, },
"leibniz": {
"dependencies": [
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-leibniz.git",
"version": "v2.0.0"
},
"lens-simple": { "lens-simple": {
"dependencies": [ "dependencies": [
"bifunctors", "bifunctors",
@ -1026,21 +1053,16 @@
"dependencies": [ "dependencies": [
"arrays", "arrays",
"bifunctors", "bifunctors",
"console",
"control", "control",
"distributive",
"eff", "eff",
"either", "either",
"exceptions",
"foldable-traversable", "foldable-traversable",
"functions", "functions",
"generics", "generics",
"identity", "identity",
"integers",
"invariant", "invariant",
"lazy", "lazy",
"lists", "lists",
"math",
"maybe", "maybe",
"monoid", "monoid",
"newtype", "newtype",
@ -1048,12 +1070,9 @@
"partial", "partial",
"prelude", "prelude",
"proxy", "proxy",
"quickcheck",
"random",
"st", "st",
"strings", "strings",
"tailrec", "tailrec",
"transformers",
"tuples", "tuples",
"unfoldable" "unfoldable"
], ],
@ -1103,6 +1122,40 @@
"repo": "https://github.com/purescript-contrib/purescript-media-types.git", "repo": "https://github.com/purescript-contrib/purescript-media-types.git",
"version": "v2.0.0" "version": "v2.0.0"
}, },
"memoize": {
"dependencies": [
"arrays",
"assert",
"bifunctors",
"console",
"control",
"eff",
"either",
"foldable-traversable",
"generics",
"generics-rep",
"identity",
"integers",
"invariant",
"lazy",
"lists",
"math",
"maybe",
"monoid",
"newtype",
"nonempty",
"partial",
"prelude",
"proxy",
"st",
"strings",
"tailrec",
"tuples",
"unfoldable"
],
"repo": "https://github.com/paf31/purescript-memoize.git",
"version": "v3.0.0"
},
"monoid": { "monoid": {
"dependencies": [ "dependencies": [
"control", "control",