added purescript-filterable

This commit is contained in:
Alex Kelley 2018-06-07 16:36:53 -07:00
parent a9ee1b7ed6
commit d6ba229177

View file

@ -215,6 +215,19 @@
"repo": "https://github.com/purescript/purescript-exists.git",
"version": "v4.0.0"
},
"filterable": {
"dependencies": [
"foldable-traversable",
"arrays",
"either",
"lists",
"ordered-collections",
"assert",
"console"
],
"repo": "https://github.com/LiamGoodacre/purescript-filterable.git",
"version": "v3.0.0"
},
"foldable-traversable": {
"dependencies": [
"bifunctors",