File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ package:
11
11
githubOwner : purescript-spec
12
12
githubRepo : purescript-spec-reporter-xunit
13
13
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 "
28
28
test :
29
29
main : Test.Main
30
- dependencies : ["aff"]
30
+ dependencies : [ "aff" ]
You can’t perform that action at this time.
0 commit comments