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 f0a8621 commit b01192aCopy full SHA for b01192a
.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-20201007/packages.dhall sha256:35633f6f591b94d216392c9e0500207bb1fec42dd355f4fecdfd186956567b6b
+ https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
3
4
in upstream
0 commit comments