aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-02-04 13:21:52 -0700
committerAdelyn Breelove <[email protected]>2019-02-04 13:21:52 -0700
commit62b7689d0af62daee569e7d8ab3c641af756e6ef (patch)
treefb0777298a29ffb1f92c79350681f1fe55248ae5 /lib/dune
parentOpt to never force close unix fd before writer is flushed (diff)
downloaddisml-62b7689d0af62daee569e7d8ab3c641af756e6ef.tar.xz
disml-62b7689d0af62daee569e7d8ab3c641af756e6ef.zip
Update yojson to 1.6.0
Diffstat (limited to 'lib/dune')
-rw-r--r--lib/dune1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dune b/lib/dune
index cf0ff7e..936b5e9 100644
--- a/lib/dune
+++ b/lib/dune
@@ -22,6 +22,7 @@
)
(libraries checkseum.ocaml core async_ssl cohttp-async decompress logs yojson websocket-async ppx_deriving_yojson.runtime)
(preprocess (pps ppx_sexp_conv ppx_deriving_yojson))
+ (flags (:standard -w -D)) ; Temporary solution for Yojson `json` type deprecation. Remove when ppx_deriving_yojson updates
)
(include_subdirs unqualified)