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 35c422e commit 9ad2a27Copy full SHA for 9ad2a27
.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-20200922/packages.dhall sha256:5edc9af74593eab8834d7e324e5868a3d258bbab75c5531d2eb770d4324a2900
+ https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
3
4
in upstream
0 commit comments