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 cd9460e commit 3eb869fCopy full SHA for 3eb869f
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
12
- name: Set up PureScript toolchain
13
uses: purescript-contrib/setup-purescript@main
14
+ with:
15
+ purescript: "0.14.0-rc3"
16
17
- name: Cache PureScript dependencies
18
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-20200724/packages.dhall sha256:bb941d30820a49345a0e88937094d2b9983d939c9fd3a46969b85ce44953d7d9
+ https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
3
4
in upstream
0 commit comments