File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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]
2122synopsis: "Static analysis framework for concurrent C"
2223url {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ bug-reports: "https://github.com/goblint/analyzer/issues"
2020depends: [
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"
You can’t perform that action at this time.
0 commit comments