this repo has no description

Add upper bound on ppx_deriving_yojson in safemoney

This will prevent build breakage following a fix in ppx_deriving_yojson
that now makes it properly report errors when `[@@deriving yojson]` is
used on nodes it does not support, such as exception declaration.

Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>

Changed files
+2 -2
packages
safemoney
safemoney.0.1.0
safemoney.0.1.1
+1 -1
packages/safemoney/safemoney.0.1.0/opam
···
"ppx_jane"
"ppx_deriving"
"ppx_yojson_conv"
-
"ppx_deriving_yojson"
+
"ppx_deriving_yojson" {< "3.8.0"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/safemoney/safemoney.0.1.1/opam
···
"ppx_jane" {>= "v0.16.0"}
"ppx_deriving"
"ppx_yojson_conv"
-
"ppx_deriving_yojson"
+
"ppx_deriving_yojson" {< "3.8.0"}
"odoc" {with-doc}
]
build: [