Skip to content

Commit

Permalink
coqPackages.simple-io: enable for Coq 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Aug 19, 2020
1 parent 59d48ad commit 6a1d98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/coq-modules/simple-io/default.nix
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
};

passthru = {
compatibleCoqVersions = v: builtins.elem v [ "8.7" "8.8" "8.9" "8.10" "8.11" ];
compatibleCoqVersions = v: builtins.elem v [ "8.7" "8.8" "8.9" "8.10" "8.11" "8.12" ];
};

}

0 comments on commit 6a1d98e

Please sign in to comment.