Skip to content

Commit cc53dfb

Browse files
committed
Add upper bounds for goblint.1.0.0
1 parent deda6b7 commit cc53dfb

File tree

1 file changed

+2
-1
lines changed
  • packages/goblint/goblint.1.0.0

1 file changed

+2
-1
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 & < "2.0.0"}
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
"conf-gcc"
2122
]
2223
synopsis: "Static analysis framework for concurrent C"

0 commit comments

Comments
 (0)