Skip to content

Commit 334987a

Browse files
author
Serhii Khoma
committed
feat: migrate to spago@next
1 parent 050956e commit 334987a

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
output
2929
3030
- name: Build source
31-
run: spago build --censor-stats --strict --pedantic-packages
31+
run: spago build --censor-stats --strict --ensure-ranges --pedantic-packages
3232

3333
- name: Run tests
3434
run: spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning

bower.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,5 @@
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/purescript-contrib/purescript-github-actions-toolkit"
7-
},
8-
"ignore": [
9-
"**/.*",
10-
"node_modules",
11-
"bower_components",
12-
"output"
13-
]
7+
}
148
}

spago.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ package:
77
githubOwner: purescript-contrib
88
githubRepo: purescript-github-actions-toolkit
99
dependencies:
10-
- aff
11-
- aff-promise
12-
- control
13-
- effect
14-
- exceptions
15-
- foreign-object
16-
- maybe
17-
- node-buffer
18-
- node-path
19-
- node-streams
20-
- nullable
21-
- prelude
22-
- transformers
10+
- aff: ">=8.0.0 <9.0.0"
11+
- aff-promise: ">=4.0.0 <5.0.0"
12+
- control: ">=6.0.0 <7.0.0"
13+
- effect: ">=4.0.0 <5.0.0"
14+
- exceptions: ">=6.1.0 <7.0.0"
15+
- foreign-object: ">=4.1.0 <5.0.0"
16+
- maybe: ">=6.0.0 <7.0.0"
17+
- node-buffer: ">=9.0.0 <10.0.0"
18+
- node-path: ">=5.0.0 <6.0.0"
19+
- node-streams: ">=9.0.0 <10.0.0"
20+
- nullable: ">=6.0.0 <7.0.0"
21+
- prelude: ">=6.0.1 <7.0.0"
22+
- transformers: ">=6.1.0 <7.0.0"
2323
test:
2424
main: Test.Main
2525
dependencies:

0 commit comments

Comments
 (0)