ocamlPackages.qcheck: 0.15 → 0.16

This commit is contained in:
Vincent Laporte 2020-11-30 08:18:45 +01:00 committed by Vincent Laporte
parent df114c2091
commit fd45d961af
4 changed files with 7 additions and 5 deletions

View file

@ -3,7 +3,7 @@
buildDunePackage {
pname = "qcheck-alcotest";
inherit (qcheck-core) version src;
inherit (qcheck-core) version useDune2 src;
propagatedBuildInputs = [ qcheck-core alcotest ];

View file

@ -2,7 +2,9 @@
buildDunePackage rec {
pname = "qcheck-core";
version = "0.15";
version = "0.16";
useDune2 = true;
minimumOCamlVersion = "4.03";
@ -10,7 +12,7 @@ buildDunePackage rec {
owner = "c-cube";
repo = "qcheck";
rev = version;
sha256 = "1ywaklqm1agvxvzv7pwl8v4zlwc3ykw6l251w43f0gy9cfwqmh3j";
sha256 = "1s5dpqj8zvd3wr2w3fp4wb6yc57snjpxzzfv9fb6l9qgigswwjdr";
};
meta = {

View file

@ -3,7 +3,7 @@
buildDunePackage {
pname = "qcheck";
inherit (qcheck-ounit) version src;
inherit (qcheck-ounit) version useDune2 src;
propagatedBuildInputs = [ qcheck-ounit ];

View file

@ -3,7 +3,7 @@
buildDunePackage {
pname = "qcheck-ounit";
inherit (qcheck-core) version src;
inherit (qcheck-core) version useDune2 src;
propagatedBuildInputs = [ qcheck-core ounit ];