Skip to content

Commit

Permalink
Merge pull request #476 from math-comp/fix_bigenough
Browse files Browse the repository at this point in the history
fix bigenough CI error
  • Loading branch information
affeldt-aist authored Nov 19, 2021
2 parents 88cb933 + b4e5570 commit 935a2ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ the Coq proof-assistant and using the Mathematical Components library.
- [MathComp solvable 1.12 or later](https://math-comp.github.io)
- [MathComp field 1.12 or later](https://math-comp.github.io)
- [MathComp finmap 1.5.1](https://github.com/math-comp/finmap)
- [MathComp bigenough 1.0.0](https://github.com/math-comp/bigenough)
- [Hierarchy Builder >= 0.10.0](https://github.com/math-comp/hierarchy-builder)
- Coq namespace: `mathcomp.analysis`
- Related publication(s):
Expand Down
1 change: 1 addition & 0 deletions coq-mathcomp-analysis.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ depends: [
"coq-mathcomp-solvable" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-field" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") }
"coq-mathcomp-bigenough" { (>= "1.0.0") | (= "dev") }
"coq-hierarchy-builder" { (>= "0.10.0")}
]

Expand Down
5 changes: 5 additions & 0 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ dependencies:
version: '{ (>= "1.5.1" & < "1.6~") | (= "dev") }'
description: |-
[MathComp finmap 1.5.1](https://github.com/math-comp/finmap)
- opam:
name: coq-mathcomp-bigenough
version: '{ (>= "1.0.0") | (= "dev") }'
description: |-
[MathComp bigenough 1.0.0](https://github.com/math-comp/bigenough)
- opam:
name: coq-hierarchy-builder
version: '{ (>= "0.10.0")}'
Expand Down

0 comments on commit 935a2ca

Please sign in to comment.