From 9cbcfa33eead89b48953c7bfab0adadd7f52162e Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:45:47 -0800 Subject: [PATCH 1/2] Update Bower dependencies to master --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 0ed9a8f..0f36b44 100644 --- a/bower.json +++ b/bower.json @@ -21,10 +21,10 @@ "output" ], "dependencies": { - "purescript-prelude": "^4.0.0", - "purescript-effect": "^2.0.0", - "purescript-maybe": "^4.0.0", - "purescript-functions": "^4.0.0", - "purescript-exceptions": "^4.0.0" + "purescript-prelude": "master", + "purescript-effect": "master", + "purescript-maybe": "master", + "purescript-functions": "master", + "purescript-exceptions": "master" } } From 55c36cfaaf21409091c9bc10b7fd7096b97d3a88 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:45:47 -0800 Subject: [PATCH 2/2] Update to v0.14.0-rc3 purescript --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 063845e..2e4c7a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main + with: + purescript: "0.14.0-rc3" - uses: actions/setup-node@v1 with: