From 260ccd9960b852b9c69b88e9840d5a8b22bb8e1d Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Wed, 12 Dec 2018 15:00:46 -0700 Subject: Work on event dispatch and add model derives --- dune | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dune') diff --git a/dune b/dune index 519a52d..74aeebc 100644 --- a/dune +++ b/dune @@ -1,7 +1,8 @@ (library (name disml) (modules activity attachment ban channel embed emoji guild member message presence reaction role snowflake user client dispatch endpoints event http opcode s sharder) - (libraries core async_ssl cohttp-async yojson websocket-async zlib) + (libraries core async_ssl cohttp-async yojson websocket-async zlib ppx_deriving_yojson.runtime) + (preprocess (pps ppx_jane ppx_deriving_yojson)) ) ; Test executable -- cgit v1.2.3