Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid hb.1.6.0 #124

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions coq-monae.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: """
This Coq library contains a hierarchy of monads with their laws used
in several examples of monadic equational reasoning."""

build: [make "-j%{jobs}%"]
build: [make "-j%{jobs}%" ]
install: [make "install_full"]
depends: [
"coq" { (>= "8.16" & < "8.18~") | (= "dev") }
Expand All @@ -27,7 +27,7 @@ depends: [
"coq-mathcomp-analysis" { (>= "0.5.4") }
"coq-infotheo" { >= "0.5.0" & < "0.6~"}
"coq-paramcoq" { >= "1.1.3" & < "1.2~" }
"coq-hierarchy-builder" { >= "1.3.0" }
"coq-hierarchy-builder" { = "1.5.0" }
"coq-equations" { >= "1.3" & < "1.4~" }
]

Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies:
[Paramcoq](https://github.com/coq-community/paramcoq)
- opam:
name: coq-hierarchy-builder
version: '{ >= "1.3.0" }'
version: '{ = "1.5.0" }'
description: |-
[Hierarchy Builder](https://github.com/math-comp/hierarchy-builder)
- opam:
Expand Down
Loading