coqPackages.deriving: mark as compatible with Coq 8.15

main
Théo Zimmermann 2 years ago committed by Vincent Laporte
parent ec85449f80
commit f18e742079
  1. 2
      pkgs/development/coq-modules/deriving/default.nix

@ -9,7 +9,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = range "8.11" "8.14"; out = "0.1.0"; }
{ case = range "8.11" "8.15"; out = "0.1.0"; }
] null;
releaseRev = v: "v${v}";

Loading…
Cancel
Save