From 8a27ab919c7bd967f64de0aa56c72493eb1c1f6a Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Sun, 31 May 2015 20:38:17 -0400 Subject: [PATCH] Require a current purescript-maybe instead --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f27eee4..7f1e82d 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,6 @@ ], "dependencies": { "purescript-functions": "~0.1.0", - "purescript-maybe": "~0.3.0" + "purescript-maybe": "~0.2.0" } }