From 66ff3d7d0c2b776137ba84a198a3835ba4ad5384 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Thu, 18 Nov 2021 14:38:44 +0100 Subject: Remove the automatic derivation of Yojson (de)serializers --- src/dune | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dune') diff --git a/src/dune b/src/dune index 2611eb6e..f4f7152e 100644 --- a/src/dune +++ b/src/dune @@ -1,4 +1,3 @@ (executable (name main) - (libraries yojson zarith) - (preprocess (pps ppx_deriving.show ppx_deriving.ord ppx_deriving_yojson))) \ No newline at end of file + (libraries yojson zarith)) \ No newline at end of file -- cgit v1.2.3