From cf3237c36a15c7848e736da92780c909b4e25dee Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Fri, 30 Mar 2018 09:31:38 -0500 Subject: [PATCH] Release 4.0.0 --- lwt.opam | 5 +---- lwt_ppx.opam | 2 +- lwt_react.opam | 2 +- src/core/jbuild | 1 - src/react/jbuild | 1 - src/unix/jbuild | 1 - 6 files changed, 3 insertions(+), 9 deletions(-) diff --git a/lwt.opam b/lwt.opam index 19e749730d..9e0cb79cff 100644 --- a/lwt.opam +++ b/lwt.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "dev" +version: "4.0.0" maintainer: [ "Anton Bachin " "Mauricio Fernandez " @@ -22,9 +22,6 @@ build: [ build-test: [ [ "jbuilder" "runtest" "-p" name ] ] depends: [ - # Bisect_ppx is used only during development. This dependency should be - # removed when preparing a release. - "bisect_ppx" {>= "1.3.0"} "cppo" {build & >= "1.1.0"} "jbuilder" {build & >= "1.0+beta14"} # We are only using ocamlfind during configuration of the Unix binding. diff --git a/lwt_ppx.opam b/lwt_ppx.opam index 91d86555b6..791dcfa0fa 100644 --- a/lwt_ppx.opam +++ b/lwt_ppx.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "dev" +version: "1.2.0" maintainer: [ "Anton Bachin " ] diff --git a/lwt_react.opam b/lwt_react.opam index 59ca0a74bb..78dc9d397d 100644 --- a/lwt_react.opam +++ b/lwt_react.opam @@ -1,5 +1,5 @@ opam-version: "1.2" -version: "dev" +version: "1.1.1" maintainer: [ "Anton Bachin " "Mauricio Fernandez " diff --git a/src/core/jbuild b/src/core/jbuild index 1af627fe98..fbc594f002 100644 --- a/src/core/jbuild +++ b/src/core/jbuild @@ -5,7 +5,6 @@ (public_name lwt) (synopsis "Monadic promises and concurrent I/O") (wrapped false) - (preprocess (pps (bisect_ppx -conditional))) (ocamlopt_flags (:standard (:include flambda.flag))) (libraries (bytes result)) (flags (:standard -w +A-29)))) diff --git a/src/react/jbuild b/src/react/jbuild index 23944cdf91..8f0cf90286 100644 --- a/src/react/jbuild +++ b/src/react/jbuild @@ -6,5 +6,4 @@ (synopsis "Reactive programming helpers for Lwt") (wrapped false) (libraries (lwt react)) - (preprocess (pps (bisect_ppx -conditional))) (flags (:standard -w +A)))) diff --git a/src/unix/jbuild b/src/unix/jbuild index 8eaadf4b4d..dcd173f142 100644 --- a/src/unix/jbuild +++ b/src/unix/jbuild @@ -58,7 +58,6 @@ (optional) (wrapped false) (libraries (bigarray lwt unix threads)) - (preprocess (pps (bisect_ppx -conditional))) (flags (:standard -w +A-29)) (c_names ( lwt_unix_stubs