Skip to content

Commit bea4717

Browse files
committed
Add upper bounds to goblint packages
1 parent fb70853 commit bea4717

File tree

2 files changed

+3
-2
lines changed
  • packages/goblint

2 files changed

+3
-2
lines changed

packages/goblint/goblint.1.0.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ depends: [
99
"ocaml" {>= "4.04.1" & < "4.07"}
1010
"ocamlbuild" {build}
1111
"ocamlfind" {build}
12-
"goblint-cil" {build}
12+
"goblint-cil" {build & < "1.8.0"}
1313
"batteries" {build & < "3.4.0"}
1414
"xml-light" {build}
1515
"ppx_distr_guards"
1616
"ppx_monadic"
1717
"ppx_import"
1818
"ppx_deriving"
1919
"ppx_deriving_yojson"
20+
"yojson" {< "1.6.0"}
2021
]
2122
synopsis: "Static analysis framework for concurrent C"
2223
url {

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)