From 027f88ab8e20834d34537e29b69a029f542799cc Mon Sep 17 00:00:00 2001 From: Reynald Affeldt Date: Thu, 25 Jan 2024 22:48:14 +0900 Subject: [PATCH] fix --- coq-infotheo.opam | 10 +++++----- meta.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/coq-infotheo.opam b/coq-infotheo.opam index 5d9ed9a5..08ab81ac 100644 --- a/coq-infotheo.opam +++ b/coq-infotheo.opam @@ -22,11 +22,11 @@ build: [ install: [make "install"] depends: [ "coq" { (>= "8.17" & < "8.19~") | (= "dev") } - "coq-mathcomp-ssreflect" { (>= "1.16.0" & < "2.0~") | (= "dev") } - "coq-mathcomp-fingroup" { (>= "1.16.0" & < "2.0~") | (= "dev") } - "coq-mathcomp-algebra" { (>= "1.16.0" & < "2.0~") | (= "dev") } - "coq-mathcomp-solvable" { (>= "1.16.0" & < "2.0~") | (= "dev") } - "coq-mathcomp-field" { (>= "1.16.0" & < "2.0~") | (= "dev") } + "coq-mathcomp-ssreflect" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-fingroup" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-algebra" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-solvable" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-field" { (>= "1.16.0" & < "1.20.0") | (= "dev") } "coq-mathcomp-analysis" { (>= "0.6.6") & (< "0.8~")} "coq-hierarchy-builder" { = "1.5.0" } "coq-mathcomp-algebra-tactics" { = "1.1.1" } diff --git a/meta.yml b/meta.yml index 0974b676..5edabcfa 100644 --- a/meta.yml +++ b/meta.yml @@ -61,27 +61,27 @@ tested_coq_opam_versions: dependencies: - opam: name: coq-mathcomp-ssreflect - version: '{ (>= "1.16.0" & < "2.0~") | (= "dev") }' + version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }' description: |- [MathComp ssreflect](https://math-comp.github.io) - opam: name: coq-mathcomp-fingroup - version: '{ (>= "1.16.0" & < "2.0~") | (= "dev") }' + version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }' description: |- [MathComp fingroup](https://math-comp.github.io) - opam: name: coq-mathcomp-algebra - version: '{ (>= "1.16.0" & < "2.0~") | (= "dev") }' + version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }' description: |- [MathComp algebra](https://math-comp.github.io) - opam: name: coq-mathcomp-solvable - version: '{ (>= "1.16.0" & < "2.0~") | (= "dev") }' + version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }' description: |- [MathComp solvable](https://math-comp.github.io) - opam: name: coq-mathcomp-field - version: '{ (>= "1.16.0" & < "2.0~") | (= "dev") }' + version: '{ (>= "1.16.0" & < "1.20.0") | (= "dev") }' description: |- [MathComp field](https://math-comp.github.io) - opam: