Skip to content

Commit

Permalink
fix opam
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Feb 2, 2024
1 parent 62232cf commit d7fb95c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coq-infotheo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ build: [
]
install: [make "install"]
depends: [
"coq" { (>= "8.17" & < "8.19~") | (= "dev") }
"coq" { (>= "8.17" & < "8.20~") | (= "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-hierarchy-builder" { >= "1.5.0" }
"coq-mathcomp-algebra-tactics" { = "1.1.1" }
]

Expand Down
4 changes: 2 additions & 2 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nix: true

supported_coq_versions:
text: Coq 8.17
opam: '{ (>= "8.17" & < "8.19~") | (= "dev") }'
opam: '{ (>= "8.17" & < "8.20~") | (= "dev") }'

tested_coq_opam_versions:
- version: '1.17.0-coq-8.17'
Expand Down Expand Up @@ -91,7 +91,7 @@ dependencies:
[MathComp analysis](https://github.com/math-comp/analysis)
- opam:
name: coq-hierarchy-builder
version: '{ = "1.5.0" }'
version: '{ >= "1.5.0" }'
description: |-
[Hierarchy Builder](https://github.com/math-comp/hierarchy-builder)
- opam:
Expand Down

0 comments on commit d7fb95c

Please sign in to comment.