Skip to content

Commit 9945599

Browse files
committed
Put an upper bound on Why3's reverse dependencies.
1 parent e0b7024 commit 9945599

File tree

8 files changed

+8
-8
lines changed
  • packages
    • caisar/caisar.0.1
    • frama-c
    • lambdapi

8 files changed

+8
-8
lines changed

packages/caisar/caisar.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

packages/frama-c/frama-c.25.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]

packages/frama-c/frama-c.25.0~beta/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

packages/frama-c/frama-c.26.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/frama-c/frama-c.26.0~beta/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/frama-c/frama-c.26.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/lambdapi/lambdapi.2.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"}

packages/lambdapi/lambdapi.2.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"}

0 commit comments

Comments
 (0)