Skip to content

Commit

Permalink
Merge pull request #141 from OxfordAbstracts/spago-upgrade
Browse files Browse the repository at this point in the history
Corrects an invalid import and upgrades to new spago
  • Loading branch information
finnhodgkin authored Sep 27, 2024
2 parents c5608c8 + 2eff267 commit fe24db5
Show file tree
Hide file tree
Showing 11 changed files with 5,038 additions and 1,683 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v2

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

- 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
73 changes: 0 additions & 73 deletions codegen/schema/packages.dhall

This file was deleted.

68 changes: 0 additions & 68 deletions codegen/schema/spago.dhall

This file was deleted.

Loading

1 comment on commit fe24db5

@hank-der-hafenarbeiter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is huge! Thanks a lot!

Please sign in to comment.