Skip to content

Commit cfa51ec

Browse files
Update to v0.15.0 (#19)
* 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 ac96114 commit cfa51ec

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

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

910
New features:
1011
- Added `Foldable` and `Traversable` instances for `Graph` (#16 by @MaybeJustJames)

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"package.json"
2020
],
2121
"dependencies": {
22-
"purescript-catenable-lists": "^6.0.0",
23-
"purescript-ordered-collections": "^2.0.0"
22+
"purescript-catenable-lists": "master",
23+
"purescript-ordered-collections": "master"
2424
},
2525
"devDependencies": {
26-
"purescript-console": "^5.0.0"
26+
"purescript-console": "master"
2727
}
2828
}

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)