Skip to content

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Apr 2, 2019
1 parent 6213e18 commit 045d64b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/core/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
(public_name lwt)
(synopsis "Monadic promises and concurrent I/O")
(wrapped false)
(preprocess (pps bisect_ppx -conditional))
(libraries bytes result seq)
(flags (:standard -w +A-29)))
1 change: 0 additions & 1 deletion src/react/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
(synopsis "Reactive programming helpers for Lwt")
(wrapped false)
(libraries lwt react)
(preprocess (pps bisect_ppx -conditional))
(flags (:standard -w +A)))
1 change: 0 additions & 1 deletion src/unix/dune
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
(optional)
(wrapped false)
(libraries bigarray lwt mmap threads unix)
(preprocess (pps bisect_ppx -conditional))
(flags (:standard -w +A-29))
(c_names
lwt_unix_stubs
Expand Down

0 comments on commit 045d64b

Please sign in to comment.