Skip to content

Commit c02b80f

Browse files
committed
[build] Fixup for result serapi problem.
1 parent eed361c commit c02b80f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

coq-lsp.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ depends: [
4242
"ocamlfind" {>= "1.8.1"}
4343
"zarith" {>= "1.11"}
4444

45+
# result dep, fixed in main, but kept for older releases
46+
"result" { >= "1.5" }
47+
4548
# serlib deps: see what we need to keep for release
4649
"ppx_deriving" { >= "4.2.1" }
4750
"ppx_deriving_yojson" { >= "3.4" }

serlib_8_19/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
ppx_hash
1010
ppx_compare
1111
ppx_deriving_yojson))
12-
(libraries coq-core.stm sexplib))
12+
(libraries result coq-core.stm sexplib))

0 commit comments

Comments
 (0)