Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 92a1048

Browse files
authored
Update to PureScript v0.15.0 (#33)
* Update to CI to use 'unstable' purescript * Update Bower dependencies to master or main * Update pulp to 16.0.0-0 * Update psa to 0.8.2 * Update Bower dependencies to master or main * Update ci.yml to v2 * Update changelog
1 parent 1da5d32 commit 92a1048

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16+
with:
17+
purescript: "unstable"
1618

17-
- uses: actions/setup-node@v1
19+
- uses: actions/setup-node@v2
1820
with:
19-
node-version: "10"
21+
node-version: "14"
2022

2123
- name: Install dependencies
2224
run: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes:
8+
- Update project and deps to PureScript v0.15.0 (#33 by @JordanMartinez, @thomashoneyman, @sigma-andex)
89

910
New features:
1011

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"example"
2828
],
2929
"dependencies": {
30-
"purescript-aff": "^6.0.0",
31-
"purescript-either": "^5.0.0",
32-
"purescript-node-fs": "^6.0.0",
33-
"purescript-node-path": "^4.0.0"
30+
"purescript-aff": "main",
31+
"purescript-either": "master",
32+
"purescript-node-fs": "master",
33+
"purescript-node-path": "master"
3434
},
3535
"devDependencies": {
36-
"purescript-console": "^5.0.0"
36+
"purescript-console": "master"
3737
}
3838
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"pulp": "^15.0.0",
10-
"purescript-psa": "^0.8.0",
9+
"pulp": "16.0.0-0",
10+
"purescript-psa": "^0.8.2",
1111
"rimraf": "^3.0.2"
1212
}
1313
}

0 commit comments

Comments
 (0)