Skip to content

Commit ca0234e

Browse files
Update to v0.14.0-rc3 (#101)
* Update packages.dhall to prepare-0.14 bootstrap * Update CI to use v0.14.0-rc3 PS release * Censor user-defined warnings to accommodate MonadZero deprecation
1 parent f38268e commit ca0234e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
- name: Set up a PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
18+
with:
19+
purescript: "0.14.0-rc3"
1820

1921
- name: Cache PureScript dependencies
2022
uses: actions/cache@v2
@@ -28,7 +30,7 @@ jobs:
2830
run: spago install
2931

3032
- name: Build source
31-
run: spago build --no-install --purs-args '--censor-lib --strict'
33+
run: spago build --no-install --purs-args '--censor-lib --strict --censor-codes='UserDefinedWarning''
3234

3335
- name: Run tests
3436
run: spago test --no-install

packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20201007/packages.dhall sha256:35633f6f591b94d216392c9e0500207bb1fec42dd355f4fecdfd186956567b6b
2+
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
33

44
in upstream

0 commit comments

Comments
 (0)