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 119b0f6 commit 868bac8Copy full SHA for 868bac8
.github/workflows/ci.yml
@@ -11,8 +11,6 @@ jobs:
11
12
- name: Set up PureScript toolchain
13
uses: purescript-contrib/setup-purescript@main
14
- with:
15
- purescript: "0.14.0-rc5"
16
17
- name: Cache PureScript dependencies
18
uses: actions/cache@v2
packages.dhall
@@ -1,4 +1,4 @@
1
let upstream =
2
- https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
+ https://github.com/purescript/package-sets/releases/download/psc-0.14.0/packages.dhall sha256:710b53c085a18aa1263474659daa0ae15b7a4f453158c4f60ab448a6b3ed494e
3
4
in upstream
0 commit comments