Skip to content

Commit d4f21d2

Browse files
committed
ocaml-lsp-server: remove avoid-version now ocaml.5.2.0 is out
Without this, attempting to `opam install ocamlformat ocaml-lsp-server` is resulting in the compiler being downgraded to 5.1.1 rather than install the right LSP server in 5.2.0 Noticed by @yminsky and me as part of the Gitpod template-ocaml install process
1 parent 5f02d4d commit d4f21d2

File tree

1 file changed

+0
-2
lines changed
  • packages/ocaml-lsp-server/ocaml-lsp-server.1.18.0~5.2preview

1 file changed

+0
-2
lines changed

packages/ocaml-lsp-server/ocaml-lsp-server.1.18.0~5.2preview/opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ depends: [
4646
"merlin-lib" {>= "5.1"}
4747
"ocaml-index" {>= "1.0" & post}
4848
]
49-
flags: avoid-version
50-
available: opam-version >= "2.1.0"
5149
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
5250
build: [
5351
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)