lol

coqPackages.simple-io: enable for Coq 8.13

authored by

Lars Rasmusson and committed by
Vincent Laporte
cba27708 38c34b43

+1 -1
+1 -1
pkgs/development/coq-modules/simple-io/default.nix
··· 5 5 owner = "Lysxia"; 6 6 repo = "coq-simple-io"; 7 7 inherit version; 8 - defaultVersion = if versions.range "8.7" "8.12" coq.coq-version then "1.3.0" else null; 8 + defaultVersion = if versions.range "8.7" "8.13" coq.coq-version then "1.3.0" else null; 9 9 release."1.3.0".sha256 = "1yp7ca36jyl9kz35ghxig45x6cd0bny2bpmy058359p94wc617ax"; 10 10 extraBuildInputs = (with coq.ocamlPackages; [ ocaml ocamlbuild ]); 11 11 propagatedBuildInputs = [ coq-ext-lib ];