Skip to content

Commit e1ad7d8

Browse files
authored
Merge pull request #674 from LPCIC/fix-opam-metadata
dev setup
2 parents 7830cea + 6e48bae commit e1ad7d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coq-elpi.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"elpi" {>= "1.18.2" & < "1.20.0~"}
2222
"coq" {>= "8.19" & < "8.21"}
2323
"ppx_optcomp"
24-
"ocaml-lsp-server" {dev}
24+
"ocaml-lsp-server" {with-dev-setup}
2525
"odoc" {with-doc}
2626
]
2727
build: [

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
(elpi (and (>= 1.18.2) (< 1.20.0~)))
3535
(coq (and (>= 8.19) (< 8.21)))
3636
ppx_optcomp
37-
(ocaml-lsp-server :dev)))
37+
(ocaml-lsp-server :with-dev-setup)))
3838

3939
(package
4040
(name coq-elpi-tests)

0 commit comments

Comments
 (0)