pkgsrc/devel/ocaml-async_unix/patches/patch-thread__safe__pipe_src_dune
jaapb bedd58186a Updated devel/ocaml-async_unix to version 0.13.0.
The CHANGES.md file has not been updated, but changes seem minor.
2020-04-08 11:08:59 +00:00

12 lines
457 B
Text

$NetBSD: patch-thread__safe__pipe_src_dune,v 1.2 2020/04/08 11:08:59 jaapb Exp $
Removed unknown parameters
--- thread_safe_pipe/src/dune.orig 2019-02-13 10:33:20.000000000 +0000
+++ thread_safe_pipe/src/dune
@@ -1,3 +1,3 @@
(library (name thread_safe_pipe) (public_name async_unix.thread_safe_pipe)
(libraries async_unix)
- (preprocess (pps ppx_jane -annotated-ignores -check-doc-comments)))
\ No newline at end of file
+ (preprocess (pps ppx_jane)))