We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8054d2a commit 52ce96dCopy full SHA for 52ce96d
dune-project
@@ -28,7 +28,7 @@
28
(batteries (>= 3.4.0))
29
(zarith (>= 1.8))
30
(yojson (>= 2.0.0))
31
- qcheck-core
+ (qcheck-core (>= 0.19))
32
ppx_deriving
33
ppx_deriving_hash
34
(ppx_deriving_yojson (>= 3.7.0))
goblint.opam
@@ -25,7 +25,7 @@ depends: [
25
"batteries" {>= "3.4.0"}
26
"zarith" {>= "1.8"}
27
"yojson" {>= "2.0.0"}
- "qcheck-core"
+ "qcheck-core" {>= "0.19"}
"ppx_deriving"
"ppx_deriving_hash"
"ppx_deriving_yojson" {>= "3.7.0"}
0 commit comments