Skip to content

Commit 1e0a893

Browse files
committed
roll back to hb 1.2.0 for the CI
1 parent 1923789 commit 1e0a893

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- [The Coq Proof Assistant version ≥ 8.13](https://coq.inria.fr)
66
- [Mathematical Components version ≥ 1.13.0](https://github.com/math-comp/math-comp)
77
- [Finmap library version ≥ 1.5.1](https://github.com/math-comp/finmap)
8-
- [Hierarchy builder version >= 1.3.0](https://github.com/math-comp/hierarchy-builder)
8+
- [Hierarchy builder version >= 1.2.0](https://github.com/math-comp/hierarchy-builder)
99

1010
These requirements can be installed in a custom way, or through
1111
[opam](https://opam.ocaml.org/) (the recommended way) using
@@ -91,7 +91,7 @@ $ opam install coq-mathcomp-finmap.1.5.1
9191
```
9292
4. Install the Hierarchy Builder
9393
```
94-
$ opam install coq-hierarchy-builder.1.3.0
94+
$ opam install coq-hierarchy-builder.1.2.0
9595
```
9696
5. Download and compile `coq-mathcomp-analysis` without installing
9797
```

coq-mathcomp-classical.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"coq-mathcomp-fingroup"
2424
"coq-mathcomp-algebra"
2525
"coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") }
26-
"coq-hierarchy-builder" { (>= "1.3.0") }
26+
"coq-hierarchy-builder" { (>= "1.2.0") }
2727
]
2828

2929
tags: [

0 commit comments

Comments
 (0)