Skip to content

Commit 20d6665

Browse files
Update to v0.14.0-rc3 (#63)
1 parent d3be1b0 commit 20d6665

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-20200911-2/packages.dhall sha256:872c06349ed9c8210be43982dc6466c2ca7c5c441129826bcb9bf3672938f16e
2+
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
33

44
in upstream

0 commit comments

Comments
 (0)