Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ocaml/opam-repository
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c116c77d29d89a4b3f6c149c616fc2c8b2bce1c
Choose a base ref
..
head repository: ocaml/opam-repository
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cba99d70b1e93040e8dc821c0f509e61c76d8398
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 packages/coq-lsp/coq-lsp.0.2.0+8.19/opam
2 changes: 1 addition & 1 deletion packages/coq-lsp/coq-lsp.0.2.0+8.19/opam
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ depends: [
# serlib deps: see what we need to keep for release
"ppx_deriving" { >= "4.2.1" }
"ppx_deriving_yojson" { >= "3.4" }
"ppx_import" { >= "1.5-3" }
"ppx_import" { >= "1.11.0" }
"sexplib" { >= "v0.15.0" & < "v0.18" }
"ppx_sexp_conv" { >= "v0.15.0" & < "v0.18" }
"ppx_compare" { >= "v0.15.0" & < "v0.18" }