Add 'recompose' and 'mini-redux' (#54)

* Add `mini-redux` at v1.1.0

* Add recompose at v1.1.0
This commit is contained in:
Brandon Konkle 2017-03-07 19:41:06 -07:00 committed by Phil Freeman
parent 0a5f6a94fa
commit cc7c517d95

View file

@ -2083,6 +2083,23 @@
"repo": "https://github.com/paf31/purescript-memoize.git",
"version": "v3.0.0"
},
"mini-redux": {
"dependencies": [
"control",
"eff",
"functions",
"invariant",
"maybe",
"monoid",
"newtype",
"nullable",
"prelude",
"react",
"unsafe-coerce"
],
"repo": "https://github.com/ecliptic/purescript-mini-redux.git",
"version": "v1.1.0"
},
"monoid": {
"dependencies": [
"control",
@ -3085,6 +3102,17 @@
"repo": "https://github.com/purescript-contrib/purescript-react-dom.git",
"version": "v2.0.0"
},
"recompose": {
"dependencies": [
"eff",
"functions",
"prelude",
"react",
"unsafe-coerce"
],
"repo": "https://github.com/ecliptic/purescript-recompose.git",
"version": "v1.1.0"
},
"reflection": {
"dependencies": [
"control",