Skip to content

Commit b8b29f8

Browse files
committed
Mark Caisar and Frama-C as incompatible with Why3 1.7
1 parent c7b59a9 commit b8b29f8

File tree

6 files changed

+6
-6
lines changed
  • packages

6 files changed

+6
-6
lines changed

packages/caisar/caisar.0.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"yojson" {>= "1.7.0"}
2626
"menhirLib" {>= "20210310"}
2727
"csv" {>= "2.4"}
28-
"why3" {>= "1.6.0"}
28+
"why3" {>= "1.6.0" & < "1.7~"}
2929
"re" {>= "1.10.4"}
3030
"fpath" {>= "0.7.3"}
3131
"yaml" {>= "3.1.0"}

packages/caisar/caisar.0.2/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.6.0"}
30+
"why3" {>= "1.6.0" & < "1.7~"}
3131
"re" {>= "1.10.4"}
3232
"fpath" {>= "0.7.3"}
3333
"yaml" {>= "3.1.0"}

packages/frama-c/frama-c.27.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ depends: [
128128
"ocamlgraph" { >= "1.8.8" }
129129
"ocamlgraph" { with-test & < "2.1.0" }
130130
"odoc" { with-doc }
131-
"why3" { >= "1.6.0" }
131+
"why3" { >= "1.6.0" & < "1.7~" }
132132
"yaml" { >= "3.0.0" }
133133
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
134134
"zarith" { >= "1.5" }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ depends: [
123123
"ocamlfind" # needed beyond build stage, used by -load-module
124124
"ocamlgraph" { >= "1.8.8" }
125125
"ocamlgraph" { with-test & < "2.1.0" }
126-
"why3" { >= "1.6.0" }
126+
"why3" { >= "1.6.0" & < "1.7~" }
127127
"yaml" { >= "3.0.0" }
128128
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
129129
"zarith" { >= "1.5" }

packages/frama-c/frama-c.27.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ depends: [
127127
"ocamlgraph" { >= "1.8.8" }
128128
"ocamlgraph" { with-test & < "2.1.0" }
129129
"odoc" { with-doc }
130-
"why3" { >= "1.6.0" }
130+
"why3" { >= "1.6.0" & < "1.7~" }
131131
"yaml" { >= "3.0.0" }
132132
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
133133
"zarith" { >= "1.5" }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ depends: [
132132
"ocamlgraph" { with-test & >= "2.1.0" }
133133
"odoc" { with-doc }
134134
"unionFind" { >= "20220107" }
135-
"why3" { >= "1.6.0" }
135+
"why3" { >= "1.6.0" & < "1.7~" }
136136
"yaml" { >= "3.0.0" }
137137
"yojson" {>= "1.6.0" & (>= "2.0.1" | !with-test)}
138138
"zarith" { >= "1.5" }

0 commit comments

Comments
 (0)