aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/dune
diff options
context:
space:
mode:
authorChimrod <>2025-07-19 11:18:24 +0200
committerChimrod <>2025-08-01 14:12:14 +0200
commit3046fb0d0c1ceac2c6a6ca9456e9e05671e0cef9 (patch)
tree8ba2700e541a6753499ceac54ced4f1d02a3b625 /lib/syntax/dune
parent406b7b79cd375b071f92ddee9cee14a98dc91281 (diff)
Added dependencies system between the modules in the checksHEADmaster
Diffstat (limited to 'lib/syntax/dune')
-rw-r--r--lib/syntax/dune8
1 files changed, 2 insertions, 6 deletions
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)))