Skip to content

Commit 72ee436

Browse files
authored
gopcaml-mode.0.0.6 is not compatible with OCaml 5.0
1 parent 491b828 commit 72ee436

File tree

1 file changed

+2
-2
lines changed
  • packages/gopcaml-mode/gopcaml-mode.0.0.6

1 file changed

+2
-2
lines changed

packages/gopcaml-mode/gopcaml-mode.0.0.6/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ license: "GPL-3.0-only"
99
homepage: "https://gitlab.com/gopiandcode/gopcaml-mode"
1010
bug-reports: "https://gitlab.com/gopiandcode/gopcaml-mode/issues"
1111
depends: [
12-
"ocaml" {>= "4.08.0"}
12+
"ocaml" {>= "4.08.0" & < "5.0.0"}
1313
"dune" {>= "2.9.0"}
1414
"core" {>= "v0.13.0"}
1515
"ppx_deriving" {>= "4.4.0"}
1616
"ecaml" {>= "v0.15.0"}
1717
"ocaml-migrate-parsetree" {>= "2.4.0"}
18-
"merlin" {>= "2.5.0" < "4.8"}
18+
"merlin" {>= "2.5.0"}
1919
"ocp-indent" {>= "1.0.0"}
2020
]
2121
build: [

0 commit comments

Comments
 (0)