Skip to content

Commit 45955f4

Browse files
committed
Prepare for 0.7.1
1 parent d4cf529 commit 45955f4

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

spago.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ workspace:
33
spec-reporter-xunit:
44
path: ./
55
dependencies:
6-
- arrays
7-
- effect
8-
- either
9-
- exceptions
10-
- foldable-traversable
11-
- maybe
12-
- node-buffer
13-
- node-fs
14-
- node-path
15-
- pipes
16-
- prelude
17-
- spec
18-
- strings
19-
- transformers
6+
- arrays: ">=7.3.0 <8.0.0"
7+
- effect: ">=4.0.0 <5.0.0"
8+
- either: ">=6.1.0 <7.0.0"
9+
- exceptions: ">=6.1.0 <7.0.0"
10+
- foldable-traversable: ">=6.0.0 <7.0.0"
11+
- maybe: ">=6.0.0 <7.0.0"
12+
- node-buffer: ">=9.0.0 <10.0.0"
13+
- node-fs: ">=9.2.0 <10.0.0"
14+
- node-path: ">=5.0.0 <6.0.0"
15+
- pipes: ">=8.0.0 <9.0.0"
16+
- prelude: ">=6.0.1 <7.0.0"
17+
- spec: ">=7.6.0 <8.0.0"
18+
- strings: ">=6.0.1 <7.0.0"
19+
- transformers: ">=6.1.0 <7.0.0"
2020
test_dependencies:
2121
- aff
2222
build_plan:

spago.yaml

+15-15
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ package:
1111
githubOwner: purescript-spec
1212
githubRepo: purescript-spec-reporter-xunit
1313
dependencies:
14-
- arrays
15-
- effect
16-
- either
17-
- exceptions
18-
- foldable-traversable
19-
- maybe
20-
- node-buffer
21-
- node-fs
22-
- node-path
23-
- pipes
24-
- prelude
25-
- spec
26-
- strings
27-
- transformers
14+
- arrays: ">=7.3.0 <8.0.0"
15+
- effect: ">=4.0.0 <5.0.0"
16+
- either: ">=6.1.0 <7.0.0"
17+
- exceptions: ">=6.1.0 <7.0.0"
18+
- foldable-traversable: ">=6.0.0 <7.0.0"
19+
- maybe: ">=6.0.0 <7.0.0"
20+
- node-buffer: ">=9.0.0 <10.0.0"
21+
- node-fs: ">=9.2.0 <10.0.0"
22+
- node-path: ">=5.0.0 <6.0.0"
23+
- pipes: ">=8.0.0 <9.0.0"
24+
- prelude: ">=6.0.1 <7.0.0"
25+
- spec: ">=7.6.0 <8.0.0"
26+
- strings: ">=6.0.1 <7.0.0"
27+
- transformers: ">=6.1.0 <7.0.0"
2828
test:
2929
main: Test.Main
30-
dependencies: ["aff"]
30+
dependencies: [ "aff" ]

0 commit comments

Comments
 (0)