From 6b34548f4f05245302810ea4d66933cf547661e0 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 9 Dec 2020 18:16:04 -0800 Subject: [PATCH 1/4] Update Bower dependencies to master --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 5d32d0e..dc653f1 100644 --- a/bower.json +++ b/bower.json @@ -20,10 +20,10 @@ "url": "https://github.com/purescript/purescript-canvas.git" }, "dependencies": { - "purescript-effect": "^2.0.0", - "purescript-functions": "^4.0.0", - "purescript-maybe": "^4.0.0", - "purescript-exceptions": "^4.0.0", - "purescript-arraybuffer-types": "^2.0.0" + "purescript-effect": "master", + "purescript-functions": "master", + "purescript-maybe": "master", + "purescript-exceptions": "master", + "purescript-arraybuffer-types": "master" } } From cb40887f5e5f8fbab38cf05dc9e1f549d91b4d06 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 9 Dec 2020 18:19:00 -0800 Subject: [PATCH 2/4] Update arraybuffer-types to main --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index dc653f1..48bf4ed 100644 --- a/bower.json +++ b/bower.json @@ -24,6 +24,6 @@ "purescript-functions": "master", "purescript-maybe": "master", "purescript-exceptions": "master", - "purescript-arraybuffer-types": "master" + "purescript-arraybuffer-types": "main" } } From f0cb3c8ad0e8dd97d2bac22b211b6451d76c4e4b Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 9 Dec 2020 18:39:32 -0800 Subject: [PATCH 3/4] Update ci.yml to use 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: From aad36ac87719668dd9751c8afd34d96238d6e32a Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 9 Dec 2020 21:19:29 -0800 Subject: [PATCH 4/4] Remove purescript from being installed via npm --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 70e3e73..79ea445 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "devDependencies": { "pulp": "^15.0.0", "purescript-psa": "^0.8.0", - "purescript": "^0.13.8", "rimraf": "^3.0.2" } }