aports/testing/ocaml-lwt/dont-use-external-seq.patch
2022-05-20 15:50:43 +00:00

12 lines
258 B
Diff

--- a/src/core/dune
+++ b/src/core/dune
@@ -26,7 +26,7 @@
(synopsis "Monadic promises and concurrent I/O")
(wrapped false)
|} ^ preprocess ^ {|
- (libraries bytes result seq)
+ (libraries bytes result)
(flags (:standard -w +A-29)))
(documentation