this repo has no description
0
fork

Configure Feed

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

ppx_deriving_yaml 0.1.0: rresult was linked implicitly from yaml (#20666)

* ppx_deriving_yaml 0.1.0: rresult was linked implicitly

from yaml

* Update packages/ppx_deriving_yaml/ppx_deriving_yaml.0.1.0/opam

Co-authored-by: Kate <kit.ty.kate@disroot.org>

Co-authored-by: Kate <kit.ty.kate@disroot.org>

authored by

Marcello Seri
Kate
and committed by
GitHub
e068daf5 92fe77d3

+2 -2
+2 -2
packages/ppx_deriving_yaml/ppx_deriving_yaml.0.1.0/opam
··· 14 14 "ezjsonm" {with-test} 15 15 "ocaml" {>= "4.08.1"} 16 16 "ppxlib" {>= "0.14.0"} 17 - "yaml" 18 - "yaml" {with-test & >= "2.0.0"} 17 + "yaml" {< "3.0.1"} 18 + "yaml" {with-test & >= "2.0.0" & < "3.0.1"} 19 19 "rresult" {< "0.7.0"} 20 20 ] 21 21 build: [