From 18c9d54ab4c9f7d88afa33f787e0ee733ccea02f Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Fri, 6 Nov 2020 22:29:40 -0800 Subject: [PATCH] Remove wrapped false It should be avoided in non-legacy libraries Signed-off-by: Rudi Grinberg --- cohttp-lwt-jsoo/src/dune | 1 - cohttp-mirage/src/dune | 1 - cohttp_async_test/src/dune | 1 - cohttp_lwt_unix_test/src/dune | 1 - cohttp_server/dune | 1 - cohttp_test/src/dune | 1 - 6 files changed, 6 deletions(-) diff --git a/cohttp-lwt-jsoo/src/dune b/cohttp-lwt-jsoo/src/dune index 161ba3e40f..9b1cc0a4a7 100644 --- a/cohttp-lwt-jsoo/src/dune +++ b/cohttp-lwt-jsoo/src/dune @@ -2,7 +2,6 @@ (name cohttp_lwt_jsoo) (public_name cohttp-lwt-jsoo) (synopsis "XHR/Lwt based http client") - (wrapped false) (preprocess (pps js_of_ocaml-ppx)) (libraries js_of_ocaml cohttp-lwt)) diff --git a/cohttp-mirage/src/dune b/cohttp-mirage/src/dune index ca62bfd2fc..c44b75112d 100644 --- a/cohttp-mirage/src/dune +++ b/cohttp-mirage/src/dune @@ -2,7 +2,6 @@ (name cohttp_mirage) (public_name cohttp-mirage) (synopsis "Mirage backend for cohttp") - (wrapped false) (preprocess (pps ppx_sexp_conv)) (libraries conduit-mirage.flow cohttp-lwt mirage-channel conduit-mirage diff --git a/cohttp_async_test/src/dune b/cohttp_async_test/src/dune index a652ed2385..265dcfceb8 100644 --- a/cohttp_async_test/src/dune +++ b/cohttp_async_test/src/dune @@ -1,4 +1,3 @@ (library (name cohttp_async_test) - (wrapped false) (libraries fmt.tty uri.services async_kernel cohttp_test cohttp-async)) diff --git a/cohttp_lwt_unix_test/src/dune b/cohttp_lwt_unix_test/src/dune index cc9c9ecff7..a0e42106ac 100644 --- a/cohttp_lwt_unix_test/src/dune +++ b/cohttp_lwt_unix_test/src/dune @@ -1,4 +1,3 @@ (library (name cohttp_lwt_unix_test) - (wrapped false) (libraries conduit-lwt cohttp-lwt-unix cohttp_test oUnit)) diff --git a/cohttp_server/dune b/cohttp_server/dune index 863ac8d6f0..2f533d6373 100644 --- a/cohttp_server/dune +++ b/cohttp_server/dune @@ -1,4 +1,3 @@ (library (name cohttp_server) - (wrapped false) (libraries cohttp)) diff --git a/cohttp_test/src/dune b/cohttp_test/src/dune index 8cd1bb10a7..44686094b4 100644 --- a/cohttp_test/src/dune +++ b/cohttp_test/src/dune @@ -1,4 +1,3 @@ (library (name cohttp_test) - (wrapped false) (libraries cohttp oUnit))