Skip to content

Commit 12b5163

Browse files
committed
Release 4.1.0
1 parent 0b9a583 commit 12b5163

File tree

5 files changed

+2
-12
lines changed

5 files changed

+2
-12
lines changed

lwt.opam

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "4.1.0"
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.
@@ -55,7 +52,3 @@ messages: [
5552
"For Lwt_log and Lwt_daemon, please install package lwt_log"
5653
{!lwt_log:installed}
5754
]
58-
post-messages: [
59-
"Lwt 4.0.0 has made some breaking changes. See
60-
https://github.com/ocsigen/lwt/issues/453"
61-
]

lwt_ppx.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "1.2"
2-
version: "dev"
2+
version: "1.2.1"
33
maintainer: [
44
"Anton Bachin <[email protected]>"
55
]

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)