ocamlPackages.reason-native.qcheck-rely: mark as broken

This commit is contained in:
Vincent Laporte 2021-09-20 18:14:52 +02:00 committed by Vincent Laporte
parent f548ac9c6c
commit b99e43a96e

View file

@ -16,5 +16,6 @@
meta = {
description = "A library containing custom Rely matchers allowing for easily using QCheck with Rely. QCheck is a 'QuickCheck inspired property-based testing for OCaml, and combinators to generate random values to run tests on'";
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/qcheck-rely";
broken = true;
};
}