Skip to content

Commit 2b33649

Browse files
Mark goblint as incompatible with Yojson 3
1 parent ade4b0f commit 2b33649

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/goblint/goblint.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"goblint-cil" {>= "2.0.0" & < "2.0.2"}
2525
"batteries" {>= "3.4.0"}
2626
"zarith" {>= "1.8"}
27-
"yojson" {>= "2.0.0"}
27+
"yojson" {>= "2.0.0" & < "3"}
2828
"qcheck-core"
2929
"ppx_deriving"
3030
"ppx_deriving_hash"

packages/goblint/goblint.2.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"goblint-cil" {>= "2.0.0" & < "2.0.2"}
2525
"batteries" {>= "3.4.0"}
2626
"zarith" {>= "1.8"}
27-
"yojson" {>= "2.0.0"}
27+
"yojson" {>= "2.0.0" & < "3"}
2828
"qcheck-core"
2929
"ppx_deriving"
3030
"ppx_deriving_hash"

packages/goblint/goblint.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"goblint-cil" {>= "2.0.1" & < "2.0.2"}
2525
"batteries" {>= "3.4.0"}
2626
"zarith" {>= "1.8"}
27-
"yojson" {>= "2.0.0"}
27+
"yojson" {>= "2.0.0" & < "3"}
2828
"qcheck-core"
2929
"ppx_deriving"
3030
"ppx_deriving_hash"

packages/goblint/goblint.2.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"goblint-cil" {>= "2.0.2" & < "2.0.4"}
2424
"batteries" {>= "3.5.0"}
2525
"zarith" {>= "1.8"}
26-
"yojson" {>= "2.0.0"}
26+
"yojson" {>= "2.0.0" < "3"}
2727
"qcheck-core" {>= "0.19"}
2828
"ppx_deriving"
2929
"ppx_deriving_hash"

packages/goblint/goblint.2.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"goblint-cil" {>= "2.0.3" & < "2.0.4"}
2424
"batteries" {>= "3.5.0"}
2525
"zarith" {>= "1.8"}
26-
"yojson" {>= "2.0.0"}
26+
"yojson" {>= "2.0.0" & < "3"}
2727
"qcheck-core" {>= "0.19"}
2828
"ppx_deriving"
2929
"ppx_deriving_hash"

packages/goblint/goblint.2.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ depends: [
3939
"goblint-cil" {>= "2.0.4" & < "2.0.5"}
4040
"batteries" {>= "3.5.1"}
4141
"zarith" {>= "1.10"}
42-
"yojson" {>= "2.0.0"}
42+
"yojson" {>= "2.0.0" & < "3"}
4343
"qcheck-core" {>= "0.19"}
4444
"ppx_deriving" {>= "6.0.2"}
4545
"ppx_deriving_hash" {>= "0.1.2"}

packages/goblint/goblint.2.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ depends: [
3939
"goblint-cil" {>= "2.0.5"}
4040
"batteries" {>= "3.5.1"}
4141
"zarith" {>= "1.10"}
42-
"yojson" {>= "2.0.0"}
42+
"yojson" {>= "2.0.0" & < "3"}
4343
"qcheck-core" {>= "0.19"}
4444
"ppx_deriving" {>= "6.0.2"}
4545
"ppx_deriving_hash" {>= "0.1.2"}

0 commit comments

Comments
 (0)