Skip to content

Commit 52ce96d

Browse files
committed
Add qcheck-core 0.19 lower bound for tup5 (PR #994)
1 parent 8054d2a commit 52ce96d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
(batteries (>= 3.4.0))
2929
(zarith (>= 1.8))
3030
(yojson (>= 2.0.0))
31-
qcheck-core
31+
(qcheck-core (>= 0.19))
3232
ppx_deriving
3333
ppx_deriving_hash
3434
(ppx_deriving_yojson (>= 3.7.0))

goblint.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"}
28-
"qcheck-core"
28+
"qcheck-core" {>= "0.19"}
2929
"ppx_deriving"
3030
"ppx_deriving_hash"
3131
"ppx_deriving_yojson" {>= "3.7.0"}

0 commit comments

Comments
 (0)