Skip to content

Commit

Permalink
Fix coq version in opam config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matafou committed Dec 19, 2024
1 parent 4ca8785 commit 2ddf52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coq-libhyps.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ run-test: [
install: [make "install"]

depends: [
"coq" {(>= "8.11" & < "8.19~") | (= "dev")}
"coq" {(>= "8.11" & <= "8.20~") | (= "dev")}
]

tags: [
Expand Down

0 comments on commit 2ddf52a

Please sign in to comment.