Commit 73bc86dc authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

coqPackages.coq-ext-lib: enable for Coq 8.17

parent 43653728
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ mkCoqDerivation rec {
  owner = "coq-ext-lib";
  inherit version;
  defaultVersion = with lib.versions; lib.switch coq.coq-version [
    { case = range "8.11" "8.16"; out = "0.11.7"; }
    { case = range "8.11" "8.17"; out = "0.11.7"; }
    { case = range "8.8" "8.16"; out = "0.11.6"; }
    { case = range "8.8" "8.14"; out = "0.11.4"; }
    { case = range "8.8" "8.13"; out = "0.11.3"; }