From 097250160288246d8eef5ac2c059f7a0f5563097 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Sun, 11 Oct 2020 14:34:30 -0700 Subject: [PATCH 1/3] Update tag to v0.14.0-rc3 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7399e47..d79859a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ node_js: stable env: - PATH=$HOME/purescript:$PATH install: - - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest)) + # - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest)) + - TAG=v0.14.0-rc3 - curl --location --output $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz - tar -xvf $HOME/purescript.tar.gz -C $HOME/ - chmod a+x $HOME/purescript From 2eaf26e36340cc38df5c50d131a5a2ba3a8e8558 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Sun, 11 Oct 2020 14:34:37 -0700 Subject: [PATCH 2/3] Update dependencies to master --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index e7cb87e..78643d5 100644 --- a/bower.json +++ b/bower.json @@ -16,9 +16,9 @@ "package.json" ], "dependencies": { - "purescript-prelude": "^4.0.0", - "purescript-control": "^4.0.0", - "purescript-invariant": "^4.0.0", - "purescript-newtype": "^3.0.0" + "purescript-prelude": "master", + "purescript-control": "master", + "purescript-invariant": "master", + "purescript-newtype": "master" } } From c44e9e689ee504e723bdc6ae9f6a7ea20feb8e15 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Sun, 11 Oct 2020 14:34:45 -0700 Subject: [PATCH 3/3] Update purescript-psa to v0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d34ea78..b8d0c47 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "devDependencies": { "pulp": "^15.0.0", - "purescript-psa": "^0.6.0", + "purescript-psa": "^0.8.0", "rimraf": "^2.6.2" } }