ocamlPackages.qcheck: 0.18 → 0.19.1

This commit is contained in:
Vincent Laporte
2022-07-24 12:10:43 +02:00
committed by Vincent Laporte
parent 650cb46679
commit c55fac773b
4 changed files with 5 additions and 7 deletions
@@ -3,7 +3,7 @@
buildDunePackage {
pname = "qcheck-alcotest";
inherit (qcheck-core) version useDune2 src;
inherit (qcheck-core) version src;
propagatedBuildInputs = [ qcheck-core alcotest ];
@@ -2,9 +2,7 @@
buildDunePackage rec {
pname = "qcheck-core";
version = "0.18";
useDune2 = true;
version = "0.19.1";
minimalOCamlVersion = "4.08";
@@ -12,7 +10,7 @@ buildDunePackage rec {
owner = "c-cube";
repo = "qcheck";
rev = "v${version}";
sha256 = "1s652hrj2sxqj30dfl300zjvvqk3r62a1bnzqw1hqyf6pi88qn8x";
sha256 = "sha256-AZ1Ww6CWt3X1bXXcofMe14rTlMTC9hmohcKdZLUKEvE=";
};
meta = {
@@ -3,7 +3,7 @@
buildDunePackage {
pname = "qcheck";
inherit (qcheck-ounit) version useDune2 src;
inherit (qcheck-ounit) version src;
propagatedBuildInputs = [ qcheck-ounit ];
@@ -3,7 +3,7 @@
buildDunePackage {
pname = "qcheck-ounit";
inherit (qcheck-core) version useDune2 src;
inherit (qcheck-core) version src;
propagatedBuildInputs = [ qcheck-core ounit ];