Skip to content

Commit

Permalink
Corrects an invalid import and upgrades to new spago
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhodgkin committed Sep 27, 2024
1 parent 5a9f7b9 commit 7f3bfff
Show file tree
Hide file tree
Showing 5 changed files with 1,708 additions and 66 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:

- uses: purescript-contrib/setup-purescript@v2.0.0
with:
purescript: "0.15.12"
purescript: "0.15.15"
psa: "0.8.2"
spago: "0.20.9"
spago: "0.93.39"

- name: Cache PureScript dependencies
uses: actions/cache@v2
Expand All @@ -33,8 +33,8 @@ jobs:
examples/1-simple/output
examples/2-codegen/.spago
examples/2-codegen/output
- run: spago build
- run: npm i
- run: npm i
- run: npm run bundle
- run: npm t
61 changes: 0 additions & 61 deletions spago.dhall

This file was deleted.

Loading

0 comments on commit 7f3bfff

Please sign in to comment.