Skip to content

Commit 2e98981

Browse files
Update to v0.15.0 (#25)
* 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 a31d0fc commit 2e98981

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/workflows/ci.yml

+2
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

+1
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 (#25 by @JordanMartinez)
89

910
New features:
1011

bower.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-const": "^5.0.0",
21-
"purescript-either": "^5.0.0",
22-
"purescript-newtype": "^4.0.0",
23-
"purescript-prelude": "^5.0.0",
24-
"purescript-tuples": "^6.0.0"
20+
"purescript-const": "master",
21+
"purescript-either": "master",
22+
"purescript-newtype": "master",
23+
"purescript-prelude": "master",
24+
"purescript-tuples": "master"
2525
}
2626
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"build": "pulp build -- --censor-lib --strict"
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)