File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
1010These 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```
92924 . Install the Hierarchy Builder
9393```
94- $ opam install coq-hierarchy-builder.1.3 .0
94+ $ opam install coq-hierarchy-builder.1.2 .0
9595```
96965 . Download and compile ` coq-mathcomp-analysis ` without installing
9797```
Original file line number Diff line number Diff 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
2929tags: [
You can’t perform that action at this time.
0 commit comments