Skip to content

Commit 045d64b

Browse files
committed
Release 4.2.1
1 parent 6213e18 commit 045d64b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/core/dune

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
(public_name lwt)
44
(synopsis "Monadic promises and concurrent I/O")
55
(wrapped false)
6-
(preprocess (pps bisect_ppx -conditional))
76
(libraries bytes result seq)
87
(flags (:standard -w +A-29)))

src/react/dune

-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111
(synopsis "Reactive programming helpers for Lwt")
1212
(wrapped false)
1313
(libraries lwt react)
14-
(preprocess (pps bisect_ppx -conditional))
1514
(flags (:standard -w +A)))

src/unix/dune

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
(optional)
5959
(wrapped false)
6060
(libraries bigarray lwt mmap threads unix)
61-
(preprocess (pps bisect_ppx -conditional))
6261
(flags (:standard -w +A-29))
6362
(c_names
6463
lwt_unix_stubs

0 commit comments

Comments
 (0)