From f14dc65faf430140b89a22159b95b3583e032b56 Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Fri, 28 Nov 2014 11:07:54 -0800 Subject: [PATCH] Fix arrays dep --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 5544f98..b9ad402 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "package.json" ], "dependencies": { - "purescript-arrays" : "~0.2.2", + "purescript-arrays" : "~0.3.0", "purescript-tuples" : "*", "purescript-maybe" : "*" }