File tree Expand file tree Collapse file tree 4 files changed +16
-23
lines changed Expand file tree Collapse file tree 4 files changed +16
-23
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 16
16
"repository" : {
17
17
"type" : " git" ,
18
18
"url" : " https://github.com/purescript-contrib/purescript-argonaut-core.git"
19
- },
20
- "ignore" : [
21
- " **/.*" ,
22
- " bower_components" ,
23
- " node_modules" ,
24
- " output" ,
25
- " test" ,
26
- " bower.json" ,
27
- " package.json"
28
- ]
19
+ }
29
20
}
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 : argonaut-core
3
+ description : Core of the purescript-argonaut library, providing basic types,
4
+ folds, and combinators for `Json`
3
5
publish :
4
6
license : MIT
5
7
version : 7.0.0
6
8
location :
7
9
githubOwner : purescript-contrib
8
10
githubRepo : purescript-argonaut-core
9
11
dependencies :
10
- - arrays
11
- - control
12
- - either
13
- - foreign-object
14
- - functions
15
- - gen
16
- - maybe
17
- - nonempty
18
- - prelude
19
- - strings
20
- - tailrec
12
+ - arrays : " >=7.3.0 <8.0.0 "
13
+ - control : " >=6.0.0 <7.0.0 "
14
+ - either : " >=6.1.0 <7.0.0 "
15
+ - foreign-object : " >=4.1.0 <5.0.0 "
16
+ - functions : " >=6.0.0 <7.0.0 "
17
+ - gen : " >=4.0.0 <5.0.0 "
18
+ - maybe : " >=6.0.0 <7.0.0 "
19
+ - nonempty : " >=7.0.0 <8.0.0 "
20
+ - prelude : " >=6.0.1 <7.0.0 "
21
+ - strings : " >=6.0.1 <7.0.0 "
22
+ - tailrec : " >=6.1.0 <7.0.0 "
21
23
test :
22
24
main : Test.Main
23
25
dependencies :
You can’t perform that action at this time.
0 commit comments