coqPackages.simple-io: enable for Coq 8.10

This commit is contained in:
Vincent Laporte 2020-02-28 09:53:48 +01:00 committed by Vincent Laporte
parent ec8946ea09
commit 4f8ea1e02e

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
}; };
passthru = { passthru = {
compatibleCoqVersions = v: builtins.elem v [ "8.7" "8.8" "8.9" ]; compatibleCoqVersions = v: builtins.elem v [ "8.7" "8.8" "8.9" "8.10" ];
}; };
} }