Skip to content

Commit

Permalink
Fix dep on rocq-prover, allowing dev for now (pinned in the docker im…
Browse files Browse the repository at this point in the history
…age)
  • Loading branch information
mattam82 committed Jan 28, 2025
1 parent b7bf927 commit 2a04352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"logpath:Equations"))
(depends
(ocaml (>= 4.10.0))
(rocq-prover (and (>= "9.0~") (<> "dev")))
(rocq-prover (>= "9.0~"))
(ppx_optcomp :build)
(ocaml-lsp-server :with-dev-setup)))

Expand Down
2 changes: 1 addition & 1 deletion rocq-equations.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
depends: [
"dune" {>= "3.13"}
"ocaml" {>= "4.10.0"}
"rocq-prover" {>= "9.0~" & != "dev"}
"rocq-prover" {>= "9.0~"}
"ppx_optcomp" {build}
"ocaml-lsp-server" {with-dev-setup}
"odoc" {with-doc}
Expand Down

0 comments on commit 2a04352

Please sign in to comment.