Skip to content

Commit 0367196

Browse files
authored
Merge pull request #28155 from jmid/upper-bound-qcheck-in-goblint
Upper bound qcheck-core in goblint 2.2.1-2.5.0
2 parents cd1d2da + e288c65 commit 0367196

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
@@ -25,7 +25,7 @@ depends: [
2525
"batteries" {>= "3.4.0"}
2626
"zarith" {>= "1.8"}
2727
"yojson" {>= "2.0.0" & < "3"}
28-
"qcheck-core"
28+
"qcheck-core" {>= "0.19" & < "0.26"}
2929
"ppx_deriving"
3030
"ppx_deriving_hash"
3131
"ppx_deriving_yojson" {>= "3.7.0"}

packages/goblint/goblint.2.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"batteries" {>= "3.4.0"}
2626
"zarith" {>= "1.8"}
2727
"yojson" {>= "2.0.0" & < "3"}
28-
"qcheck-core"
28+
"qcheck-core" {>= "0.19" & < "0.26"}
2929
"ppx_deriving"
3030
"ppx_deriving_hash"
3131
"ppx_deriving_yojson" {>= "3.7.0"}

packages/goblint/goblint.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"batteries" {>= "3.4.0"}
2626
"zarith" {>= "1.8"}
2727
"yojson" {>= "2.0.0" & < "3"}
28-
"qcheck-core"
28+
"qcheck-core" {>= "0.19" & < "0.26"}
2929
"ppx_deriving"
3030
"ppx_deriving_hash"
3131
"ppx_deriving_yojson" {>= "3.7.0"}

packages/goblint/goblint.2.2.1/opam

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

packages/goblint/goblint.2.3.0/opam

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

packages/goblint/goblint.2.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ depends: [
4040
"batteries" {>= "3.5.1"}
4141
"zarith" {>= "1.10"}
4242
"yojson" {>= "2.0.0" & < "3"}
43-
"qcheck-core" {>= "0.19"}
43+
"qcheck-core" {>= "0.19" & < "0.26"}
4444
"ppx_deriving" {>= "6.0.2"}
4545
"ppx_deriving_hash" {>= "0.1.2"}
4646
"ppx_deriving_yojson" {>= "3.7.0"}

packages/goblint/goblint.2.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ depends: [
4040
"batteries" {>= "3.5.1"}
4141
"zarith" {>= "1.10"}
4242
"yojson" {>= "2.0.0" & < "3"}
43-
"qcheck-core" {>= "0.19"}
43+
"qcheck-core" {>= "0.19" & < "0.26"}
4444
"ppx_deriving" {>= "6.0.2"}
4545
"ppx_deriving_hash" {>= "0.1.2"}
4646
"ppx_deriving_yojson" {>= "3.7.0"}

0 commit comments

Comments
 (0)