coqPackages.simple-io: 1.3.0 → 1.7.0
This commit is contained in:
parent
bdbeea7d38
commit
10b2632716
@ -5,10 +5,17 @@ with lib; mkCoqDerivation {
|
|||||||
owner = "Lysxia";
|
owner = "Lysxia";
|
||||||
repo = "coq-simple-io";
|
repo = "coq-simple-io";
|
||||||
inherit version;
|
inherit version;
|
||||||
defaultVersion = if versions.range "8.7" "8.13" coq.coq-version then "1.3.0" else null;
|
defaultVersion = with versions; switch coq.coq-version [
|
||||||
|
{ case = range "8.11" "8.15"; out = "1.7.0"; }
|
||||||
|
{ case = range "8.7" "8.13"; out = "1.3.0"; }
|
||||||
|
] null;
|
||||||
|
release."1.7.0".sha256 = "sha256:1a1q9x2abx71hqvjdai3n12jxzd49mhf3nqqh3ya2ssl2lj609ci";
|
||||||
release."1.3.0".sha256 = "1yp7ca36jyl9kz35ghxig45x6cd0bny2bpmy058359p94wc617ax";
|
release."1.3.0".sha256 = "1yp7ca36jyl9kz35ghxig45x6cd0bny2bpmy058359p94wc617ax";
|
||||||
extraNativeBuildInputs = (with coq.ocamlPackages; [ ocaml ocamlbuild ]);
|
extraNativeBuildInputs = (with coq.ocamlPackages; [ cppo zarith ]);
|
||||||
propagatedBuildInputs = [ coq-ext-lib ];
|
propagatedBuildInputs = [ coq-ext-lib ]
|
||||||
|
++ (with coq.ocamlPackages; [ ocaml ocamlbuild ]);
|
||||||
|
|
||||||
|
mlPlugin = true;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
|
Loading…
Reference in New Issue
Block a user