coqPackages.coq-simple-io: 0.2 -> 1.0.0

coqPackages.QuickChick: 1.0.2 -> 20190311
This commit is contained in:
Vincent Laporte
2019-03-18 09:52:01 +01:00
committed by Vincent Laporte
parent ff43f0a7b5
commit 2923bd5d06
2 changed files with 10 additions and 8 deletions
@@ -21,9 +21,9 @@ let params =
};
"8.8" = rec {
preConfigure = "substituteInPlace Makefile --replace quickChickTool.byte quickChickTool.native";
version = "1.0.2";
rev = "v${version}";
sha256 = "1mcbsp07ra3gdcmir36pf27ig3xv8nagyfp7w5pwqi4gj9w81ffn";
version = "20190311";
rev = "22af9e9a223d0038f05638654422e637e863b355";
sha256 = "00rnr19lg6lg0haq1sy4ld38p7imzand6fc52fvfq27gblxkp2aq";
buildInputs = with coq.ocamlPackages; [ ocamlbuild num ];
propagatedBuildInputs = [ coq-ext-lib simple-io ];
};