Skip to content

Commit

Permalink
Merge pull request #674 from LPCIC/fix-opam-metadata
Browse files Browse the repository at this point in the history
dev setup
  • Loading branch information
gares authored Jul 23, 2024
2 parents 7830cea + 6e48bae commit e1ad7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq-elpi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"elpi" {>= "1.18.2" & < "1.20.0~"}
"coq" {>= "8.19" & < "8.21"}
"ppx_optcomp"
"ocaml-lsp-server" {dev}
"ocaml-lsp-server" {with-dev-setup}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(elpi (and (>= 1.18.2) (< 1.20.0~)))
(coq (and (>= 8.19) (< 8.21)))
ppx_optcomp
(ocaml-lsp-server :dev)))
(ocaml-lsp-server :with-dev-setup)))

(package
(name coq-elpi-tests)
Expand Down

0 comments on commit e1ad7d8

Please sign in to comment.