From ecba146d063b78646caabdfc3c2a5cbb04510757 Mon Sep 17 00:00:00 2001 From: Michael Soegtrop <7895506+MSoegtropIMC@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:20:50 +0100 Subject: [PATCH] coq-unimath.20240923: tightened Coq min version to 8.19 after testing 8.18 and 8.19 --- released/packages/coq-unimath/coq-unimath.20240923/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/released/packages/coq-unimath/coq-unimath.20240923/opam b/released/packages/coq-unimath/coq-unimath.20240923/opam index aa7043a3d..0941082d9 100644 --- a/released/packages/coq-unimath/coq-unimath.20240923/opam +++ b/released/packages/coq-unimath/coq-unimath.20240923/opam @@ -9,7 +9,7 @@ build: [make "BUILD_COQ=no" "-j%{jobs}%"] install: [make "BUILD_COQ=no" "install"] depends: [ "ocaml" - "coq" {>= "8.18"} + "coq" {>= "8.19"} ] synopsis: "Library of Univalent Mathematics" url {