Merge pull request #193 from adkelley/filterable

added purescript-filterable
This commit is contained in:
Justin Woo 2018-06-08 10:07:49 +02:00 committed by GitHub
commit 18741521d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,6 +296,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",