From e2bb6a0e357eaec585d5d86dd3c3ca8aad444846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Sat, 7 Dec 2024 11:31:28 +0100 Subject: [PATCH] Update dune file --- lib/db/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db/dune b/lib/db/dune index 41f21b5..faf1f80 100644 --- a/lib/db/dune +++ b/lib/db/dune @@ -3,4 +3,4 @@ (libraries std brr-lwd-ui.brrer yojson data_source worker_api) (flags :standard -open Ppx_yojson_conv_lib.Yojson_conv.Primitives) (preprocess - (pps ppx_yojson_conv))) + (pps ppx_yojson_conv ppx_deriving_jsont)))