Skip to content

Commit

Permalink
feat: migrate to spago@next
Browse files Browse the repository at this point in the history
  • Loading branch information
srghma committed Oct 11, 2024
1 parent 050956e commit 334987a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
output
- name: Build source
run: spago build --censor-stats --strict --pedantic-packages
run: spago build --censor-stats --strict --ensure-ranges --pedantic-packages

- name: Run tests
run: spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning
Expand Down
8 changes: 1 addition & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-github-actions-toolkit"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
]
}
}
26 changes: 13 additions & 13 deletions spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ package:
githubOwner: purescript-contrib
githubRepo: purescript-github-actions-toolkit
dependencies:
- aff
- aff-promise
- control
- effect
- exceptions
- foreign-object
- maybe
- node-buffer
- node-path
- node-streams
- nullable
- prelude
- transformers
- aff: ">=8.0.0 <9.0.0"
- aff-promise: ">=4.0.0 <5.0.0"
- control: ">=6.0.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- exceptions: ">=6.1.0 <7.0.0"
- foreign-object: ">=4.1.0 <5.0.0"
- maybe: ">=6.0.0 <7.0.0"
- node-buffer: ">=9.0.0 <10.0.0"
- node-path: ">=5.0.0 <6.0.0"
- node-streams: ">=9.0.0 <10.0.0"
- nullable: ">=6.0.0 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
- transformers: ">=6.1.0 <7.0.0"
test:
main: Test.Main
dependencies:
Expand Down

0 comments on commit 334987a

Please sign in to comment.