Skip to content

Commit 165c8c3

Browse files
committed
goblint: add goblint-cil.2.0.2 upper bounds
1 parent fc6ae43 commit 165c8c3

File tree

3 files changed

+3
-3
lines changed
  • packages/goblint

3 files changed

+3
-3
lines changed

packages/goblint/goblint.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bug-reports: "https://github.com/goblint/analyzer/issues"
2020
depends: [
2121
"ocaml" {>= "4.10" & < "5.0"}
2222
"dune" {>= "2.9.1"}
23-
"goblint-cil" {>= "2.0.0"}
23+
"goblint-cil" {>= "2.0.0" & < "2.0.2"}
2424
"batteries" {>= "3.4.0"}
2525
"zarith" {>= "1.8"}
2626
"yojson" {>= "2.0.0"}

packages/goblint/goblint.2.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bug-reports: "https://github.com/goblint/analyzer/issues"
2020
depends: [
2121
"ocaml" {>= "4.10" & < "5.0"}
2222
"dune" {>= "2.9.1"}
23-
"goblint-cil" {>= "2.0.0"}
23+
"goblint-cil" {>= "2.0.0" & < "2.0.2"}
2424
"batteries" {>= "3.4.0"}
2525
"zarith" {>= "1.8"}
2626
"yojson" {>= "2.0.0"}

packages/goblint/goblint.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bug-reports: "https://github.com/goblint/analyzer/issues"
2020
depends: [
2121
"ocaml" {>= "4.10" & < "5.0"}
2222
"dune" {>= "3.0"}
23-
"goblint-cil" {>= "2.0.1"}
23+
"goblint-cil" {>= "2.0.1" & < "2.0.2"}
2424
"batteries" {>= "3.4.0"}
2525
"zarith" {>= "1.8"}
2626
"yojson" {>= "2.0.0"}

0 commit comments

Comments
 (0)