We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0fc81 commit 1171161Copy full SHA for 1171161
2 files changed
.github/workflows/ci.yaml
@@ -24,4 +24,8 @@ jobs:
24
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
25
26
- name: "🔨 Build & test"
27
- run: nix develop -c cabal test all --test-show-details=direct
+ run: >-
28
+ nix develop
29
+ --accept-flake-config
30
+ --command cabal
31
+ test all --test-show-details=direct
test/ps/packages.dhall
@@ -1,5 +1,5 @@
1
let upstream =
2
- https://github.com/Unisay/purescript-lua-package-sets/releases/download/psc-0.15.9-20230702/packages.dhall
3
- sha256:c7a990e4a0100976f5d0b2e6dd2839391b5f960933bcfe72726f15923b2f9731
+ https://github.com/Unisay/purescript-lua-package-sets/releases/download/psc-0.15.9-20230706/packages.dhall
+ sha256:de2604dd3797c479420a154955209e008fe2cd3fc8452a0bd4b32a2ca00a2ff6
4
5
in upstream
0 commit comments