File tree 4 files changed +14
-16
lines changed
4 files changed +14
-16
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 4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/purescript-contrib/purescript-float32.git"
7
- },
8
- "ignore" : [
9
- " **/.*" ,
10
- " node_modules" ,
11
- " bower_components" ,
12
- " output"
13
- ]
7
+ }
14
8
}
Original file line number Diff line number Diff line change 5
5
"path": "./",
6
6
"core": {
7
7
"dependencies": [
8
- "gen",
9
- "maybe",
10
- "prelude"
8
+ {
9
+ "gen": ">=4.0.0 <5.0.0"
10
+ },
11
+ {
12
+ "maybe": ">=6.0.0 <7.0.0"
13
+ },
14
+ {
15
+ "prelude": ">=6.0.1 <7.0.0"
16
+ }
11
17
],
12
18
"build_plan": [
13
19
"bifunctors",
41
47
},
42
48
"test": {
43
49
"dependencies": [
44
- "console",
45
50
"effect",
46
51
"quickcheck",
47
52
"quickcheck-laws"
Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ package:
7
7
githubOwner : purescript-contrib
8
8
githubRepo : purescript-float32
9
9
dependencies :
10
- - gen
11
- - maybe
12
- - prelude
10
+ - gen : " >=4.0.0 <5.0.0 "
11
+ - maybe : " >=6.0.0 <7.0.0 "
12
+ - prelude : " >=6.0.1 <7.0.0 "
13
13
test :
14
14
main : Test.Main
15
15
dependencies :
16
- - console
17
16
- effect
18
17
- quickcheck
19
18
- quickcheck-laws
You can’t perform that action at this time.
0 commit comments