From 4a11e1aa780e60a8996b4bd3d787c519ea4e3da8 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 11 Mar 2022 14:13:17 -0800 Subject: [PATCH 1/4] Update to CI to use 'unstable' purescript --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43d2897..b6ebf3a 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: "unstable" - uses: actions/setup-node@v1 with: From 616f7ec400f403f51de1a7f53701df4732f9eb4b Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 11 Mar 2022 14:13:18 -0800 Subject: [PATCH 2/4] Update pulp to 16.0.0-0 and psa to 0.8.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d42770f..1dc06f2 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "test": "pulp test" }, "devDependencies": { - "pulp": "^15.0.0", - "purescript-psa": "^0.8.0", + "pulp": "16.0.0-0", + "purescript-psa": "^0.8.2", "rimraf": "^3.0.2" } } From c6269dadb53482f05362cad430aded064df3fed6 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 11 Mar 2022 14:59:19 -0800 Subject: [PATCH 3/4] Update Bower dependencies to master --- bower.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bower.json b/bower.json index ccb14bb..9147a26 100644 --- a/bower.json +++ b/bower.json @@ -16,16 +16,16 @@ "package.json" ], "dependencies": { - "purescript-control": "^5.0.0", - "purescript-foldable-traversable": "^5.0.0", - "purescript-lists": "^6.0.0", - "purescript-maybe": "^5.0.0", - "purescript-prelude": "^5.0.0", - "purescript-tuples": "^6.0.0", - "purescript-unfoldable": "^5.0.0" + "purescript-control": "master", + "purescript-foldable-traversable": "master", + "purescript-lists": "master", + "purescript-maybe": "master", + "purescript-prelude": "master", + "purescript-tuples": "master", + "purescript-unfoldable": "master" }, "devDependencies": { - "purescript-assert": "^5.0.0", - "purescript-console": "^5.0.0" + "purescript-assert": "master", + "purescript-console": "master" } } From 55401bf36367c79d3c0cf4a7f5d36179d8dc4ba5 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Tue, 15 Mar 2022 16:29:32 -0500 Subject: [PATCH 4/4] Added changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f18f8c0..db04dc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: +- Update project and deps to PureScript v0.15.0 (#48 by @JordanMartinez) New features: