Skip to content

Commit 3cdaab0

Browse files
committed
Prepare for 0.7.1
1 parent d4cf529 commit 3cdaab0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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)