Skip to content

Commit

Permalink
Add 'recompose' and 'mini-redux' (purescript#54)
Browse files Browse the repository at this point in the history
* Add `mini-redux` at v1.1.0

* Add recompose at v1.1.0
  • Loading branch information
Brandon Konkle authored and paf31 committed Mar 8, 2017
1 parent 0a5f6a9 commit cc7c517
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit cc7c517

Please sign in to comment.