From 7d1863780d8bb712d7539b80d8c6137a10b775bc Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Wed, 7 Jun 2017 14:01:50 -0700 Subject: [PATCH] Require tailrec^3.3.0 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b4f2662..a32cecc 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ "dependencies": { "purescript-lazy": "^3.0.0", "purescript-nonempty": "^4.0.0", - "purescript-tailrec": "^3.0.0", + "purescript-tailrec": "^3.3.0", "purescript-unfoldable": "^3.0.0", "purescript-partial": "^1.0.0" },