Skip to content

Commit 991e520

Browse files
Update to v0.15.0 (#44)
* Update to CI to use 'unstable' purescript * Update pulp to 16.0.0-0 and psa to 0.8.2 * Update Bower dependencies to master * Added changelog entry
1 parent 4551b8e commit 991e520

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

.github/workflows/ci.yml

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

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

1719
- uses: actions/setup-node@v1
1820
with:

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 (#44 by @JordanMartinez)
89

910
New features:
1011

bower.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"package.json"
2222
],
2323
"dependencies": {
24-
"purescript-control": "^5.0.0",
25-
"purescript-distributive": "^5.0.0",
26-
"purescript-either": "^5.0.0",
27-
"purescript-exists": "^5.0.0",
28-
"purescript-invariant": "^5.0.0",
29-
"purescript-newtype": "^4.0.0",
30-
"purescript-prelude": "^5.0.0",
31-
"purescript-tuples": "^6.0.0"
24+
"purescript-control": "master",
25+
"purescript-distributive": "master",
26+
"purescript-either": "master",
27+
"purescript-exists": "master",
28+
"purescript-invariant": "master",
29+
"purescript-newtype": "master",
30+
"purescript-prelude": "master",
31+
"purescript-tuples": "master"
3232
}
3333
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"build": "pulp build -- --censor-lib --strict --censor-codes='UserDefinedWarning'"
66
},
77
"devDependencies": {
8-
"pulp": "^15.0.0",
9-
"purescript-psa": "^0.8.0",
8+
"pulp": "16.0.0-0",
9+
"purescript-psa": "^0.8.2",
1010
"rimraf": "^3.0.2"
1111
}
1212
}

0 commit comments

Comments
 (0)