coqPackages.simple-io: 1.8.0 → 1.10.0
This commit is contained in:
committed by
Vincent Laporte
parent
0650182e99
commit
c02bc17349
@@ -6,9 +6,11 @@
|
||||
repo = "coq-simple-io";
|
||||
inherit version;
|
||||
defaultVersion = with lib.versions; lib.switch coq.coq-version [
|
||||
{ case = range "8.17" "8.20"; out = "1.10.0"; }
|
||||
{ case = range "8.11" "8.19"; out = "1.8.0"; }
|
||||
{ case = range "8.7" "8.13"; out = "1.3.0"; }
|
||||
] null;
|
||||
release."1.10.0".sha256 = "sha256-67cBhLvRMWLWBL7NXK1zZTQC4PtSKu9qtesU4SqKkOw=";
|
||||
release."1.8.0".sha256 = "sha256-3ADNeXrBIpYRlfUW+LkLHUWV1w1HFrVc/TZISMuwvRY=";
|
||||
release."1.7.0".sha256 = "sha256:1a1q9x2abx71hqvjdai3n12jxzd49mhf3nqqh3ya2ssl2lj609ci";
|
||||
release."1.3.0".sha256 = "1yp7ca36jyl9kz35ghxig45x6cd0bny2bpmy058359p94wc617ax";
|
||||
@@ -20,9 +22,7 @@
|
||||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
|
||||
useDuneifVersion = v:
|
||||
(lib.versionAtLeast v "1.8.0" || v == "dev")
|
||||
&& (lib.versionAtLeast coq.version "8.20" || coq.version == "dev");
|
||||
useDuneifVersion = v: (lib.versionAtLeast v "1.10.0" || v == "dev");
|
||||
|
||||
passthru.tests.HelloWorld = callPackage ./test.nix {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user