File tree 4 files changed +11
-17
lines changed
4 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 28
28
output
29
29
30
30
- name : Build source
31
- run : spago build --censor-stats --strict --pedantic-packages
31
+ run : spago build --censor-stats --strict --ensure-ranges -- pedantic-packages
32
32
33
33
- name : Run tests
34
34
run : spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning
Original file line number Diff line number Diff line change 14
14
" PureScript" ,
15
15
" AVar"
16
16
],
17
- "license" : " Apache-2.0" ,
18
- "ignore" : [
19
- " **/.*" ,
20
- " node_modules" ,
21
- " bower_components" ,
22
- " test" ,
23
- " tests"
24
- ]
17
+ "license" : " Apache-2.0"
25
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"scripts" : {
4
- "build" : " eslint src && spago build --censor-stats --strict --pedantic-packages" ,
4
+ "build" : " eslint src && spago build --censor-stats --strict --ensure-ranges -- pedantic-packages" ,
5
5
"test" : " spago test --offline"
6
6
},
7
7
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : avar
3
+ description : Low-level interface for asynchronous variables
3
4
publish :
4
5
license : Apache-2.0
5
6
version : 5.0.0
6
7
location :
7
8
githubOwner : purescript-contrib
8
9
githubRepo : purescript-avar
9
10
dependencies :
10
- - aff
11
- - effect
12
- - either
13
- - exceptions
14
- - functions
15
- - maybe
16
- - prelude
11
+ - aff : " >=8.0.0 <9.0.0 "
12
+ - effect : " >=4.0.0 <5.0.0 "
13
+ - either : " >=6.1.0 <7.0.0 "
14
+ - exceptions : " >=6.1.0 <7.0.0 "
15
+ - functions : " >=6.0.0 <7.0.0 "
16
+ - maybe : " >=6.0.0 <7.0.0 "
17
+ - prelude : " >=6.0.1 <7.0.0 "
17
18
test :
18
19
main : Test.Main
19
20
dependencies :
You can’t perform that action at this time.
0 commit comments