diff options
Diffstat (limited to '')
-rw-r--r-- | src/dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ (executable (name main) - (preprocess (pps ppx_deriving.show ppx_deriving.ord)) + (preprocess (pps ppx_deriving.show ppx_deriving.ord visitors.ppx)) (libraries ppx_deriving yojson zarith easy_logging)) (env |