Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Jan 25, 2024
1 parent 38e431b commit 027f88a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions coq-infotheo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
10 changes: 5 additions & 5 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 027f88a

Please sign in to comment.