Skip to content

Commit 868bac8

Browse files
authored
Update package set and PureScript version in CI to 0.14 (#14)
1 parent 119b0f6 commit 868bac8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111

1212
- name: Set up PureScript toolchain
1313
uses: purescript-contrib/setup-purescript@main
14-
with:
15-
purescript: "0.14.0-rc5"
1614

1715
- name: Cache PureScript dependencies
1816
uses: actions/cache@v2

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://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
2+
https://github.com/purescript/package-sets/releases/download/psc-0.14.0/packages.dhall sha256:710b53c085a18aa1263474659daa0ae15b7a4f453158c4f60ab448a6b3ed494e
33

44
in upstream

0 commit comments

Comments
 (0)