Skip to content

Commit

Permalink
fixed bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnanevski committed Jan 15, 2025
1 parent 8e3fc97 commit 02b0271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq-fcsl-pcm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install: [make "install"]
depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
"coq-hierarchy-builder" {>= "1.7.0" & < "1.8~"} | (= "dev") }
"coq-hierarchy-builder" {>= "1.7.0" & < "1.9~"} | (= "dev") }
"coq-mathcomp-algebra"
]

Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies:
[MathComp ssreflect 2.2 or later](https://math-comp.github.io)
- opam:
name: coq-hierarchy-builder
version: '{>= "1.7.0" & < "1.8~"} | (= "dev") }'
version: '{>= "1.7.0" & < "1.9~"} | (= "dev") }'
description: |-
[Hierarchy Builder 1.7.0 or later](https://github.com/math-comp/hierarchy-builder)
- opam:
Expand Down

0 comments on commit 02b0271

Please sign in to comment.