File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ depends: [
2727 "menhirLib" {>= "20210310"}
2828 "ppx_deriving_yojson" {>= "3.6.1"}
2929 "csv" {>= "2.4"}
30- "why3" {>= "1.5.0"}
30+ "why3" {>= "1.5.0" & < "1.6~" }
3131 "re" {>= "1.10.4"}
3232 "caisar-nnet" {= version}
3333 "caisar-ovo" {= version}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ depends: [
121121 "ppx_deriving"
122122 "ppx_deriving_yojson"
123123 "ppx_import" {>= "1.8.0" & < "2.0"}
124- "why3" { >= "1.5.0" }
124+ "why3" {>= "1.5.0" & < "1.6~" }
125125 "yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test) }
126126 "zarith" {>= "1.5"}
127127]
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ depends: [
118118 "ocaml" { >= "4.08.1" }
119119 "ocamlfind" # needed beyond build stage, used by -load-module
120120 "ocamlgraph" { >= "1.8.8" }
121- "why3" { >= "1.5.0" }
121+ "why3" {>= "1.5.0" & < "1.6~" }
122122 "yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
123123 "zarith" {>= "1.5"}
124124 "ppx_deriving"
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ depends: [
118118 "ocaml" { >= "4.11.1" }
119119 "ocamlfind" # needed beyond build stage, used by -load-module
120120 "ocamlgraph" { >= "1.8.8" }
121- "why3" { >= "1.5.1" }
121+ "why3" {>= "1.5.1" & < "1.6~" }
122122 "yojson" {>= "1.6.0" & (< "2.0.0" | !with-test)}
123123 "zarith" { >= "1.5" }
124124
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ depends: [
120120 "ocaml" { >= "4.11.1" }
121121 "ocamlfind" # needed beyond build stage, used by -load-module
122122 "ocamlgraph" { >= "1.8.8" }
123- "why3" { >= "1.5.1" }
123+ "why3" {>= "1.5.1" & < "1.6~" }
124124 "yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
125125 "zarith" { >= "1.5" }
126126
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ depends: [
119119 "ocaml" { >= "4.11.1" }
120120 "ocamlfind" # needed beyond build stage, used by -load-module
121121 "ocamlgraph" { >= "1.8.8" }
122- "why3" { >= "1.5.1" }
122+ "why3" {>= "1.5.1" & < "1.6~" }
123123 "yojson" {>= "1.6.0" & (< "2.0.0" | !with-test)}
124124 "zarith" { >= "1.5" }
125125
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ depends: [
5656 "timed" {>= "1.0"}
5757 "pratter" {>= "2.0.0"}
5858 "camlp-streams" {>= "5.0"}
59- "why3" {>= "1.5.0"}
59+ "why3" {>= "1.5.0" & < "1.6~" }
6060 "yojson" {>= "1.6.0"}
6161 "cmdliner" {>= "1.1.0"}
6262 "stdlib-shims" {>= "0.1.0"}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ depends: [
5656 "timed" {>= "1.0"}
5757 "pratter" {>= "2.0.0"}
5858 "camlp-streams" {>= "5.0"}
59- "why3" {>= "1.5.0"}
59+ "why3" {>= "1.5.0" & < "1.6~" }
6060 "yojson" {>= "1.6.0"}
6161 "cmdliner" {>= "1.1.0"}
6262 "stdlib-shims" {>= "0.1.0"}
You can’t perform that action at this time.
0 commit comments