From 3046fb0d0c1ceac2c6a6ca9456e9e05671e0cef9 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 19 Jul 2025 11:18:24 +0200 Subject: Added dependencies system between the modules in the checks --- lib/syntax/dune | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lib/syntax/dune') diff --git a/lib/syntax/dune b/lib/syntax/dune index 9832809..4bc26be 100644 --- a/lib/syntax/dune +++ b/lib/syntax/dune @@ -1,8 +1,4 @@ (library (name qsp_syntax) - - (preprocess (pps - ppx_deriving.show - ppx_deriving.enum - ppx_deriving.ord - ppx_deriving.eq ))) + (preprocess + (pps ppx_deriving.show ppx_deriving.enum ppx_deriving.ord ppx_deriving.eq))) -- cgit v1.2.3