summaryrefslogtreecommitdiff
path: root/src/dune
diff options
context:
space:
mode:
Diffstat (limited to 'src/dune')
-rw-r--r--src/dune4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dune b/src/dune
index 6ab09aa4..2c07ec16 100644
--- a/src/dune
+++ b/src/dune
@@ -1,2 +1,4 @@
(executable
- (name main)) \ No newline at end of file
+ (name main)
+ (libraries yojson)
+ (preprocess (pps ppx_deriving.show ppx_deriving.ord ppx_deriving_yojson))) \ No newline at end of file