this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21514 from ode79/patch-1

Maximum constraint on Yojson for Merlin 4.5-413

authored by

Marcello Seri and committed by
GitHub
d2e38074 02c9f4b7

+1 -1
+1 -1
packages/merlin/merlin.4.5-413/opam
··· 14 14 "ocaml" {>= "4.13" & < "4.14"} 15 15 "dune" {>= "2.9.0"} 16 16 "dot-merlin-reader" {>= "4.2"} 17 - "yojson" {>= "1.6.0"} 17 + "yojson" {>= "1.6.0" & < "2.0.0"} 18 18 "conf-jq" {with-test} 19 19 "csexp" {>= "1.5.1"} 20 20 "menhir" {dev}