1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/ocaml-lwt/dont-use-external-seq.patch
2022-05-20 15:50:43 +00:00

11 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