From 73805e285412681d691d5e19fc6bab99f9f433fc Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 11 Mar 2022 14:16:47 -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 61980d859e18ef1ce6df340f5bd4075f20f6d3f0 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 11 Mar 2022 14:16:47 -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 6991c35132decac8557867ea6b35776b52c218af Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Fri, 11 Mar 2022 14:59:21 -0800 Subject: [PATCH 3/4] Update Bower dependencies to master --- bower.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/bower.json b/bower.json index 3aa62fe..6318553 100644 --- a/bower.json +++ b/bower.json @@ -17,21 +17,21 @@ "package.json" ], "dependencies": { - "purescript-bifunctors": "^5.0.0", - "purescript-const": "^5.0.0", - "purescript-contravariant": "^5.0.0", - "purescript-control": "^5.0.0", - "purescript-distributive": "^5.0.0", - "purescript-either": "^5.0.0", - "purescript-invariant": "^5.0.0", - "purescript-maybe": "^5.0.0", - "purescript-newtype": "^4.0.0", - "purescript-prelude": "^5.0.0", - "purescript-profunctor": "^5.0.0", - "purescript-tuples": "^6.0.0", - "purescript-unsafe-coerce": "^5.0.0" + "purescript-bifunctors": "master", + "purescript-const": "master", + "purescript-contravariant": "master", + "purescript-control": "master", + "purescript-distributive": "master", + "purescript-either": "master", + "purescript-invariant": "master", + "purescript-maybe": "master", + "purescript-newtype": "master", + "purescript-prelude": "master", + "purescript-profunctor": "master", + "purescript-tuples": "master", + "purescript-unsafe-coerce": "master" }, "devDependencies": { - "purescript-assert": "^5.0.0" + "purescript-assert": "master" } } From f2e18413027dfb28e1b1e3fdfb238df6547671d7 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Mon, 14 Mar 2022 13:48:53 -0700 Subject: [PATCH 4/4] Added changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 376ca40..febe03b 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 (#36 by @JordanMartinez) New features: