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 abe54b0 commit 08e691fCopy full SHA for 08e691f
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Set up a 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-20200911-2/packages.dhall sha256:872c06349ed9c8210be43982dc6466c2ca7c5c441129826bcb9bf3672938f16e
+ https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
3
4
in upstream
0 commit comments