Skip to content

Commit ca7f74d

Browse files
authored
Merge pull request #26199 from mseri/fix-apron-ub
goblint and apronext are not compatible with new apron
2 parents 631f343 + 41f689d commit ca7f74d

File tree

11 files changed

+13
-5
lines changed

11 files changed

+13
-5
lines changed

packages/apronext/apronext.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron"
17+
"apron" {< "0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/apronext/apronext.1.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron"
17+
"apron" {< "0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/apronext/apronext.1.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron"
17+
"apron" {< "0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/apronext/apronext.1.0.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron"
17+
"apron" {< "0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/apronext/apronext.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ run-test: [
1414
depends: [
1515
"dune" {>= "2.1"}
1616
"ocaml" {>= "4.08"}
17-
"apron"
17+
"apron" {< "0.9.15"}
1818
]
1919
synopsis: "Apron extension"
2020
description: "An extension for the OCaml interface of the Apron library"

packages/goblint/goblint.1.1.1/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ url {
6464
]
6565
}
6666
x-commit-hash: "c35cb34d985a98308e65666cfb547f2447045ce9"
67+
conflicts: [
68+
"apron" {>= "0.9.15"}
69+
]
6770
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
6871
# also remember to generate/adjust goblint.opam.locked!
6972
# pin-depends: [

packages/goblint/goblint.2.0.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ depopts: ["apron"]
5151
conflicts: [
5252
"result" {< "1.5"}
5353
"z3"
54+
"apron" {>= "0.9.15"}
5455
]
5556
build: [
5657
["dune" "subst"] {dev}

packages/goblint/goblint.2.0.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ depends: [
5050
depopts: ["apron" "z3"]
5151
conflicts: [
5252
"result" {< "1.5"}
53+
"apron" {>= "0.9.15"}
5354
]
5455
build: [
5556
["dune" "subst"] {dev}

packages/goblint/goblint.2.1.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ depends: [
5252
depopts: ["apron" "z3"]
5353
conflicts: [
5454
"result" {< "1.5"}
55+
"apron" {>= "0.9.15"}
5556
]
5657
build: [
5758
["dune" "subst"] {dev}

packages/goblint/goblint.2.2.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ depends: [
5252
depopts: ["apron" "z3"]
5353
conflicts: [
5454
"result" {< "1.5"}
55+
"apron" {>= "0.9.15"}
5556
]
5657
build: [
5758
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)