From d6ba2291775715a81daf568ccadc9d0e72c53c23 Mon Sep 17 00:00:00 2001 From: Alex Kelley Date: Thu, 7 Jun 2018 16:36:53 -0700 Subject: [PATCH] added purescript-filterable --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1b70c2d..f282cd3 100644 --- a/packages.json +++ b/packages.json @@ -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",