We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14ef3c commit bee2237Copy full SHA for bee2237
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Set up PureScript toolchain
17
uses: purescript-contrib/setup-purescript@main
18
+ with:
19
+ purescript: "0.14.0-rc3"
20
21
- name: Cache PureScript dependencies
22
uses: actions/cache@v2
packages.dhall
@@ -1,4 +1,4 @@
1
let upstream =
2
- https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20200822/packages.dhall sha256:b4f151f1af4c5cb6bf5437489f4231fbdd92792deaf32971e6bcb0047b3dd1f8
+ https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall sha256:f9b49a477fcd822a7119413b689123f8e1694b0008c156971f1931751079a56f
3
4
in upstream
0 commit comments