File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ depends: [
25
25
"yojson" {>= "1.7.0"}
26
26
"menhirLib" {>= "20210310"}
27
27
"csv" {>= "2.4"}
28
- "why3" {>= "1.6.0"}
28
+ "why3" {>= "1.6.0" & < "1.7~" }
29
29
"re" {>= "1.10.4"}
30
30
"fpath" {>= "0.7.3"}
31
31
"yaml" {>= "3.1.0"}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ depends: [
27
27
"menhirLib" {>= "20210310"}
28
28
"ppx_deriving_yojson" {>= "3.6.1"}
29
29
"csv" {>= "2.4"}
30
- "why3" {>= "1.6.0"}
30
+ "why3" {>= "1.6.0" & < "1.7~" }
31
31
"re" {>= "1.10.4"}
32
32
"fpath" {>= "0.7.3"}
33
33
"yaml" {>= "3.1.0"}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ depends: [
128
128
"ocamlgraph" { >= "1.8.8" }
129
129
"ocamlgraph" { with-test & < "2.1.0" }
130
130
"odoc" { with-doc }
131
- "why3" { >= "1.6.0" }
131
+ "why3" { >= "1.6.0" & < "1.7~" }
132
132
"yaml" { >= "3.0.0" }
133
133
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
134
134
"zarith" { >= "1.5" }
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ depends: [
123
123
"ocamlfind" # needed beyond build stage, used by -load-module
124
124
"ocamlgraph" { >= "1.8.8" }
125
125
"ocamlgraph" { with-test & < "2.1.0" }
126
- "why3" { >= "1.6.0" }
126
+ "why3" { >= "1.6.0" & < "1.7~" }
127
127
"yaml" { >= "3.0.0" }
128
128
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
129
129
"zarith" { >= "1.5" }
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ depends: [
127
127
"ocamlgraph" { >= "1.8.8" }
128
128
"ocamlgraph" { with-test & < "2.1.0" }
129
129
"odoc" { with-doc }
130
- "why3" { >= "1.6.0" }
130
+ "why3" { >= "1.6.0" & < "1.7~" }
131
131
"yaml" { >= "3.0.0" }
132
132
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
133
133
"zarith" { >= "1.5" }
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ depends: [
132
132
"ocamlgraph" { with-test & >= "2.1.0" }
133
133
"odoc" { with-doc }
134
134
"unionFind" { >= "20220107" }
135
- "why3" { >= "1.6.0" }
135
+ "why3" { >= "1.6.0" & < "1.7~" }
136
136
"yaml" { >= "3.0.0" }
137
137
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
138
138
"zarith" { >= "1.5" }
You can’t perform that action at this time.
0 commit comments