opam icon indicating copy to clipboard operation
opam copied to clipboard

bigenough dependency for mathcomp-analysis and mathcomp-finmap

Open palmskog opened this issue 5 years ago • 0 comments

It looks like the package coq-mathcomp-finmap introduced the following dependency for version 1.2.0:

"coq-mathcomp-bigenough" { (>= "1.0.0" & < "1.1.0~") }

However, as far as I can see, this dependency is not used by coq-mathcomp-finmap itself, in all versions up to and including the most recent one, 1.4.0.

Nevertheless, the package coq-mathcomp-analysis depends on coq-mathcomp-finmap and on coq-mathcomp-bigenough - but only the former dependency is explicitly listed in, e.g., coq-mathcomp-analysis.0.2.3.

It's probably a good idea to refactor the various OPAM package versions to reflect these dependency relationships.

cc: @anton-trunov @CohenCyril

palmskog avatar Jan 31 '20 17:01 palmskog