Commit a601e659 authored by Cyril Cohen's avatar Cyril Cohen
Browse files

coqPackages_8_17.stdpp: init at 1.8.0

parent 6dc48d18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ mkCoqDerivation rec {
  domain = "gitlab.mpi-sws.org";
  owner = "iris";
  defaultVersion = with lib.versions; lib.switch coq.coq-version [
    { case = range "8.13" "8.16"; out = "1.8.0"; }
    { case = range "8.13" "8.17"; out = "1.8.0"; }
    { case = range "8.12" "8.14"; out = "1.6.0"; }
    { case = range "8.11" "8.13"; out = "1.5.0"; }
    { case = range "8.8" "8.10";  out = "1.4.0"; }