Skip to content

Commit 8056957

Browse files
committed
Release 4.0.1
1 parent f5577c3 commit 8056957

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

lwt.opam

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "4.0.1"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
"Mauricio Fernandez <[email protected]>"
@@ -21,9 +21,6 @@ build: [
2121
]
2222

2323
depends: [
24-
# Bisect_ppx is used only during development. This dependency should be
25-
# removed when preparing a release.
26-
"bisect_ppx" {>= "1.3.0"}
2724
"cppo" {build & >= "1.1.0"}
2825
"jbuilder" {build & >= "1.0+beta14"}
2926
# We are only using ocamlfind during configuration of the Unix binding.

src/core/jbuild

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
(public_name lwt)
66
(synopsis "Monadic promises and concurrent I/O")
77
(wrapped false)
8-
(preprocess (pps (bisect_ppx -conditional)))
98
(ocamlopt_flags (:standard (:include flambda.flag)))
109
(libraries (bytes result))
1110
(flags (:standard -w +A-29))))

src/react/jbuild

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
(synopsis "Reactive programming helpers for Lwt")
77
(wrapped false)
88
(libraries (lwt react))
9-
(preprocess (pps (bisect_ppx -conditional)))
109
(flags (:standard -w +A))))

src/unix/jbuild

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

0 commit comments

Comments
 (0)