I don't know what's the right way to specify (or ignore) the versions of dependencies here.
The build plan is currently rejected because coq-paco.4.0.0 requires coq < 8.11. Maybe we could just say --ignore-constraints-on=coq, but it's not guaranteed that paco will still build for instance...
WIP on branch
coq-master
.I don't know what's the right way to specify (or ignore) the versions of dependencies here.
The build plan is currently rejected because
coq-paco.4.0.0
requirescoq < 8.11
. Maybe we could just say--ignore-constraints-on=coq
, but it's not guaranteed that paco will still build for instance...Will think this through later.