Skip to content

Commit 421966b

Browse files
committed
Add goblint-cil 2.0.0 upper bound to incompatible goblint packages
1 parent a9c997a commit 421966b

File tree

2 files changed

+2
-2
lines changed
  • packages/goblint

2 files changed

+2
-2
lines changed

packages/goblint/goblint.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ depends: [
99
"ocaml" {>= "4.04.1" & < "4.07"}
1010
"ocamlbuild" {build}
1111
"ocamlfind" {build}
12-
"goblint-cil" {build}
12+
"goblint-cil" {build & < "2.0.0"}
1313
"batteries" {build & < "3.4.0"}
1414
"xml-light" {build}
1515
"ppx_distr_guards"

packages/goblint/goblint.1.1.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.09"}
2222
"dune" {>= "2.9.1"}
23-
"goblint-cil" {>= "1.8.2"}
23+
"goblint-cil" {>= "1.8.2" & < "2.0.0"}
2424
"batteries" {>= "3.2.0" & < "3.4.0"}
2525
"zarith" {>= "1.8"}
2626
"qcheck-core"

0 commit comments

Comments
 (0)