Skip to content

Commit

Permalink
[build] Fixup for result serapi problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Aug 29, 2024
1 parent eed361c commit c02b80f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions coq-lsp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ depends: [
"ocamlfind" {>= "1.8.1"}
"zarith" {>= "1.11"}

# result dep, fixed in main, but kept for older releases
"result" { >= "1.5" }

# serlib deps: see what we need to keep for release
"ppx_deriving" { >= "4.2.1" }
"ppx_deriving_yojson" { >= "3.4" }
Expand Down
2 changes: 1 addition & 1 deletion serlib_8_19/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
ppx_hash
ppx_compare
ppx_deriving_yojson))
(libraries coq-core.stm sexplib))
(libraries result coq-core.stm sexplib))

0 comments on commit c02b80f

Please sign in to comment.